Html Css Color HEX #434CDD Free Speech Blue

📋 copy color: '#434CDD'

red 67 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #434CDD

Tints of Free Speech Blue #434CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 18.41%
G = 20.88%
B = 60.71%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#434CDD (or 0x434CDD) is known color: Free Speech Blue. HEX triplet: 43, 4C and DD. RGB value is (67,76,221). Sum of RGB (Red+Green+Blue) = 67+76+221=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #434CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CDD is #BCB322. Grayscale: #595959. Windows color (decimal): -12366627 or 14502979. OLE color: 14502979.

HSL color Cylindrical-coordinate representation of color #434CDD: hue angle of 236.49º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434CDD is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 76 221 -
CMYK 0.70 0.66 0 0.13
HSL 236.49º 0.69% 0.56% -
HSV(B) 236.49º 0.7% 0.87% -
XYZ 17.95 11.58 69.7 -
YUV 89.84 202.02 111.71 -
System Red Green Blue C M Y K H S L
Decimal 67 76 221 0.70 0.66 0 0.13 236.49 0.69 0.56
Hex 43 4C DD 46 42 0 D EC 45 38
Octal 103 114 335 106 102 0 15 354 105 70
Binary 1000011 1001100 11011101 1000110 1000010 0 1101 11101100 1000101 111000

Color Harmonies of #434CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434CDD

Black with #434CDD

Text Example


Text Example

White with #434CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,76,221); }

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

background-color css

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

 a { background-color: rgb(67,76,221); }

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

border-color css

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

 span { border-color: rgb(67,76,221); }

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