Html Css Color HEX #405CCC Free Speech Blue

📋 copy color: '#405CCC'

red 64 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Blue #405CCC

Tints of Free Speech Blue #405CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 17.78%
G = 25.56%
B = 56.67%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#405CCC (or 0x405CCC) is known color: Free Speech Blue. HEX triplet: 40, 5C and CC. RGB value is (64,92,204). Sum of RGB (Red+Green+Blue) = 64+92+204=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #405CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CCC is #BFA333. Grayscale: #5F5F5F. Windows color (decimal): -12559156 or 13392960. OLE color: 13392960.

HSL color Cylindrical-coordinate representation of color #405CCC: hue angle of 228º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405CCC is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 92 204 -
CMYK 0.69 0.55 0 0.2
HSL 228º 0.58% 0.53% -
HSV(B) 228º 0.69% 0.8% -
XYZ 16.84 13.1 58.77 -
YUV 96.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 64 92 204 0.69 0.55 0 0.2 228 0.58 0.53
Hex 40 5C CC 45 37 0 14 E4 3A 35
Octal 100 134 314 105 67 0 24 344 72 65
Binary 1000000 1011100 11001100 1000101 110111 0 10100 11100100 111010 110101

Color Harmonies of #405CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405CCC

Black with #405CCC

Text Example


Text Example

White with #405CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405CCC; }

 p { color: rgb(64,92,204); }

 H1.HeaderClassName
 {
   color: #405CCC;
 }
 .AnyTagClassName
 {
   color: #405CCC;
 }
</style>

background-color css

<style>
 a { background-color: #405CCC; }

 a { background-color: rgb(64,92,204); }

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

border-color css

<style>
 span { border-color: #405CCC; }

 span { border-color: rgb(64,92,204); }

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