Html Css Color HEX #334CCB Free Speech Blue

📋 copy color: '#334CCB'

red 51 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #334CCB

Tints of Free Speech Blue #334CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

 BLUE value IS 203 (79.69% from 255) = 61.52%

R = 15.45%
G = 23.03%
B = 61.52%

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

#334CCB (or 0x334CCB) is known color: Free Speech Blue. HEX triplet: 33, 4C and CB. RGB value is (51,76,203). Sum of RGB (Red+Green+Blue) = 51+76+203=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #334CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CCB is #CCB334. Grayscale: #525252. Windows color (decimal): -13415221 or 13323315. OLE color: 13323315.

HSL color Cylindrical-coordinate representation of color #334CCB: hue angle of 230.13º degrees, saturation: 0.6, 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 #334CCB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 76 203 -
CMYK 0.75 0.63 0 0.20
HSL 230.13º 0.6% 0.5% -
HSV(B) 230.13º 0.75% 0.8% -
XYZ 14.73 10.18 57.69 -
YUV 83 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 51 76 203 0.75 0.63 0 0.20 230.13 0.6 0.5
Hex 33 4C CB 4B 3F 0 14 E6 3C 32
Octal 63 114 313 113 77 0 24 346 74 62
Binary 110011 1001100 11001011 1001011 111111 0 10100 11100110 111100 110010

Color Harmonies of #334CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CCB

Black with #334CCB

Text Example


Text Example

White with #334CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,203); }

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

background-color css

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

 a { background-color: rgb(51,76,203); }

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

border-color css

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

 span { border-color: rgb(51,76,203); }

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