Html Css Color HEX #403ABB Free Speech Blue

📋 copy color: '#403ABB'

red 64 ◦ green 58 ◦ blue 187

#403ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #403ABB

Tints of Free Speech Blue #403ABB

RGB

 RED value IS 64 (25.39% from 255) = 20.71%

 GREEN value IS 58 (23.05% from 255) = 18.77%

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 20.71%
G = 18.77%
B = 60.52%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#403ABB (or 0x403ABB) is known color: Free Speech Blue. HEX triplet: 40, 3A and BB. RGB value is (64,58,187). Sum of RGB (Red+Green+Blue) = 64+58+187=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #403ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ABB is #BFC544. Grayscale: #494949. Windows color (decimal): -12567877 or 12270144. OLE color: 12270144.

HSL color Cylindrical-coordinate representation of color #403ABB: hue angle of 242.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403ABB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 58 187 -
CMYK 0.66 0.69 0 0.27
HSL 242.79º 0.53% 0.48% -
HSV(B) 242.79º 0.69% 0.73% -
XYZ 12.6 7.7 47.84 -
YUV 74.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 64 58 187 0.66 0.69 0 0.27 242.79 0.53 0.48
Hex 40 3A BB 42 45 0 1B F3 35 30
Octal 100 72 273 102 105 0 33 363 65 60
Binary 1000000 111010 10111011 1000010 1000101 0 11011 11110011 110101 110000

Color Harmonies of #403ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403ABB

Black with #403ABB

Text Example


Text Example

White with #403ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403ABB; }

 p { color: rgb(64,58,187); }

 H1.HeaderClassName
 {
   color: #403ABB;
 }
 .AnyTagClassName
 {
   color: #403ABB;
 }
</style>

background-color css

<style>
 a { background-color: #403ABB; }

 a { background-color: rgb(64,58,187); }

 div.DivClassName
 {
   background-color: #403ABB;
 }
 .BgClassName
 {
   background-color: #403ABB;
 }
</style>

border-color css

<style>
 span { border-color: #403ABB; }

 span { border-color: rgb(64,58,187); }

 td.TdClassName
 {
   border-color: #403ABB;
 }
 .TagClassName
 {
   border-color: #403ABB;
 }
</style>