Html Css Color HEX #423FB6 Free Speech Blue

📋 copy color: '#423FB6'

red 66 ◦ green 63 ◦ blue 182

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

Shades of Free Speech Blue #423FB6

Tints of Free Speech Blue #423FB6

RGB

 RED value IS 66 (26.17% from 255) = 21.22%

 GREEN value IS 63 (25% from 255) = 20.26%

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 21.22%
G = 20.26%
B = 58.52%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#423FB6 (or 0x423FB6) is known color: Free Speech Blue. HEX triplet: 42, 3F and B6. RGB value is (66,63,182). Sum of RGB (Red+Green+Blue) = 66+63+182=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #423FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FB6 is #BDC049. Grayscale: #4C4C4C. Windows color (decimal): -12435530 or 11943746. OLE color: 11943746.

HSL color Cylindrical-coordinate representation of color #423FB6: hue angle of 241.51º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423FB6 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 63 182 -
CMYK 0.64 0.65 0 0.29
HSL 241.51º 0.49% 0.48% -
HSV(B) 241.51º 0.65% 0.71% -
XYZ 12.47 8.09 45.16 -
YUV 77.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 66 63 182 0.64 0.65 0 0.29 241.51 0.49 0.48
Hex 42 3F B6 40 41 0 1D F2 31 30
Octal 102 77 266 100 101 0 35 362 61 60
Binary 1000010 111111 10110110 1000000 1000001 0 11101 11110010 110001 110000

Color Harmonies of #423FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423FB6

Black with #423FB6

Text Example


Text Example

White with #423FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423FB6; }

 p { color: rgb(66,63,182); }

 H1.HeaderClassName
 {
   color: #423FB6;
 }
 .AnyTagClassName
 {
   color: #423FB6;
 }
</style>

background-color css

<style>
 a { background-color: #423FB6; }

 a { background-color: rgb(66,63,182); }

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

border-color css

<style>
 span { border-color: #423FB6; }

 span { border-color: rgb(66,63,182); }

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