Html Css Color HEX #434EDB Free Speech Blue

📋 copy color: '#434EDB'

red 67 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #434EDB

Tints of Free Speech Blue #434EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 18.41%
G = 21.43%
B = 60.16%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#434EDB (or 0x434EDB) is known color: Free Speech Blue. HEX triplet: 43, 4E and DB. RGB value is (67,78,219). Sum of RGB (Red+Green+Blue) = 67+78+219=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #434EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434EDB is #BCB124. Grayscale: #5A5A5A. Windows color (decimal): -12366117 or 14372419. OLE color: 14372419.

HSL color Cylindrical-coordinate representation of color #434EDB: hue angle of 235.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #434EDB is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 78 219 -
CMYK 0.69 0.64 0 0.14
HSL 235.66º 0.68% 0.56% -
HSV(B) 235.66º 0.69% 0.86% -
XYZ 17.83 11.76 68.35 -
YUV 90.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 67 78 219 0.69 0.64 0 0.14 235.66 0.68 0.56
Hex 43 4E DB 45 40 0 E EC 44 38
Octal 103 116 333 105 100 0 16 354 104 70
Binary 1000011 1001110 11011011 1000101 1000000 0 1110 11101100 1000100 111000

Color Harmonies of #434EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434EDB

Black with #434EDB

Text Example


Text Example

White with #434EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,78,219); }

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

background-color css

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

 a { background-color: rgb(67,78,219); }

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

border-color css

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

 span { border-color: rgb(67,78,219); }

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