Html Css Color HEX #4335DB Free Speech Blue

📋 copy color: '#4335DB'

red 67 ◦ green 53 ◦ blue 219

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

Shades of Free Speech Blue #4335DB

Tints of Free Speech Blue #4335DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 19.76%
G = 15.63%
B = 64.6%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4335DB (or 0x4335DB) is known color: Free Speech Blue. HEX triplet: 43, 35 and DB. RGB value is (67,53,219). Sum of RGB (Red+Green+Blue) = 67+53+219=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4335DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335DB is #BCCA24. Grayscale: #4B4B4B. Windows color (decimal): -12372517 or 14366019. OLE color: 14366019.

HSL color Cylindrical-coordinate representation of color #4335DB: hue angle of 245.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4335DB is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 53 219 -
CMYK 0.69 0.76 0 0.14
HSL 245.06º 0.7% 0.53% -
HSV(B) 245.06º 0.76% 0.86% -
XYZ 16.37 8.85 67.86 -
YUV 76.11 208.64 121.5 -
System Red Green Blue C M Y K H S L
Decimal 67 53 219 0.69 0.76 0 0.14 245.06 0.7 0.53
Hex 43 35 DB 45 4C 0 E F5 46 35
Octal 103 65 333 105 114 0 16 365 106 65
Binary 1000011 110101 11011011 1000101 1001100 0 1110 11110101 1000110 110101

Color Harmonies of #4335DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4335DB

Black with #4335DB

Text Example


Text Example

White with #4335DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4335DB; }

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

 H1.HeaderClassName
 {
   color: #4335DB;
 }
 .AnyTagClassName
 {
   color: #4335DB;
 }
</style>

background-color css

<style>
 a { background-color: #4335DB; }

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

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

border-color css

<style>
 span { border-color: #4335DB; }

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

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