Html Css Color HEX #334BD8 Free Speech Blue

📋 copy color: '#334BD8'

red 51 ◦ green 75 ◦ blue 216

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

Shades of Free Speech Blue #334BD8

Tints of Free Speech Blue #334BD8

RGB

 RED value IS 51 (20.31% from 255) = 14.91%

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 216 (84.77% from 255) = 63.16%

R = 14.91%
G = 21.93%
B = 63.16%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#334BD8 (or 0x334BD8) is known color: Free Speech Blue. HEX triplet: 33, 4B and D8. RGB value is (51,75,216). Sum of RGB (Red+Green+Blue) = 51+75+216=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #334BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BD8 is #CCB427. Grayscale: #535353. Windows color (decimal): -13415464 or 14175027. OLE color: 14175027.

HSL color Cylindrical-coordinate representation of color #334BD8: hue angle of 231.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334BD8 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 75 216 -
CMYK 0.76 0.65 0 0.15
HSL 231.27º 0.68% 0.52% -
HSV(B) 231.27º 0.76% 0.85% -
XYZ 16.28 10.69 66.17 -
YUV 83.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 51 75 216 0.76 0.65 0 0.15 231.27 0.68 0.52
Hex 33 4B D8 4C 41 0 F E7 44 34
Octal 63 113 330 114 101 0 17 347 104 64
Binary 110011 1001011 11011000 1001100 1000001 0 1111 11100111 1000100 110100

Color Harmonies of #334BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BD8

Black with #334BD8

Text Example


Text Example

White with #334BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334BD8; }

 p { color: rgb(51,75,216); }

 H1.HeaderClassName
 {
   color: #334BD8;
 }
 .AnyTagClassName
 {
   color: #334BD8;
 }
</style>

background-color css

<style>
 a { background-color: #334BD8; }

 a { background-color: rgb(51,75,216); }

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

border-color css

<style>
 span { border-color: #334BD8; }

 span { border-color: rgb(51,75,216); }

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