Html Css Color HEX #434ADD Free Speech Blue

📋 copy color: '#434ADD'

red 67 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #434ADD

Tints of Free Speech Blue #434ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.44%

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

R = 18.51%
G = 20.44%
B = 61.05%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#434ADD (or 0x434ADD) is known color: Free Speech Blue. HEX triplet: 43, 4A and DD. RGB value is (67,74,221). Sum of RGB (Red+Green+Blue) = 67+74+221=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #434ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ADD is #BCB522. Grayscale: #585858. Windows color (decimal): -12367139 or 14502467. OLE color: 14502467.

HSL color Cylindrical-coordinate representation of color #434ADD: hue angle of 237.27º 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 #434ADD is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 74 221 -
CMYK 0.70 0.67 0 0.13
HSL 237.27º 0.69% 0.56% -
HSV(B) 237.27º 0.7% 0.87% -
XYZ 17.81 11.31 69.65 -
YUV 88.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 67 74 221 0.70 0.67 0 0.13 237.27 0.69 0.56
Hex 43 4A DD 46 43 0 D ED 45 38
Octal 103 112 335 106 103 0 15 355 105 70
Binary 1000011 1001010 11011101 1000110 1000011 0 1101 11101101 1000101 111000

Color Harmonies of #434ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434ADD

Black with #434ADD

Text Example


Text Example

White with #434ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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