Html Css Color HEX #434DCC Free Speech Blue

📋 copy color: '#434DCC'

red 67 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #434DCC

Tints of Free Speech Blue #434DCC

RGB

 RED value IS 67 (26.56% from 255) = 19.25%

 GREEN value IS 77 (30.47% from 255) = 22.13%

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

R = 19.25%
G = 22.13%
B = 58.62%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#434DCC (or 0x434DCC) is known color: Free Speech Blue. HEX triplet: 43, 4D and CC. RGB value is (67,77,204). Sum of RGB (Red+Green+Blue) = 67+77+204=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #434DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DCC is #BCB233. Grayscale: #575757. Windows color (decimal): -12366388 or 13389123. OLE color: 13389123.

HSL color Cylindrical-coordinate representation of color #434DCC: hue angle of 235.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434DCC is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 77 204 -
CMYK 0.67 0.62 0 0.2
HSL 235.62º 0.57% 0.53% -
HSV(B) 235.62º 0.67% 0.8% -
XYZ 15.87 10.86 58.39 -
YUV 88.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 67 77 204 0.67 0.62 0 0.2 235.62 0.57 0.53
Hex 43 4D CC 43 3E 0 14 EC 39 35
Octal 103 115 314 103 76 0 24 354 71 65
Binary 1000011 1001101 11001100 1000011 111110 0 10100 11101100 111001 110101

Color Harmonies of #434DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434DCC

Black with #434DCC

Text Example


Text Example

White with #434DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434DCC; }

 p { color: rgb(67,77,204); }

 H1.HeaderClassName
 {
   color: #434DCC;
 }
 .AnyTagClassName
 {
   color: #434DCC;
 }
</style>

background-color css

<style>
 a { background-color: #434DCC; }

 a { background-color: rgb(67,77,204); }

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

border-color css

<style>
 span { border-color: #434DCC; }

 span { border-color: rgb(67,77,204); }

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