Html Css Color HEX #334BCD Free Speech Blue

📋 copy color: '#334BCD'

red 51 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Blue #334BCD

Tints of Free Speech Blue #334BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 15.41%
G = 22.66%
B = 61.93%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#334BCD (or 0x334BCD) is known color: Free Speech Blue. HEX triplet: 33, 4B and CD. RGB value is (51,75,205). Sum of RGB (Red+Green+Blue) = 51+75+205=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #334BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BCD is #CCB432. Grayscale: #525252. Windows color (decimal): -13415475 or 13454131. OLE color: 13454131.

HSL color Cylindrical-coordinate representation of color #334BCD: hue angle of 230.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334BCD is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 75 205 -
CMYK 0.75 0.63 0 0.20
HSL 230.65º 0.61% 0.5% -
HSV(B) 230.65º 0.75% 0.8% -
XYZ 14.9 10.14 58.93 -
YUV 82.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 51 75 205 0.75 0.63 0 0.20 230.65 0.61 0.5
Hex 33 4B CD 4B 3F 0 14 E7 3D 32
Octal 63 113 315 113 77 0 24 347 75 62
Binary 110011 1001011 11001101 1001011 111111 0 10100 11100111 111101 110010

Color Harmonies of #334BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BCD

Black with #334BCD

Text Example


Text Example

White with #334BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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