Html Css Color HEX #334DCB Free Speech Blue

📋 copy color: '#334DCB'

red 51 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Blue #334DCB

Tints of Free Speech Blue #334DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

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

R = 15.41%
G = 23.26%
B = 61.33%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#334DCB (or 0x334DCB) is known color: Free Speech Blue. HEX triplet: 33, 4D and CB. RGB value is (51,77,203). Sum of RGB (Red+Green+Blue) = 51+77+203=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #334DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DCB is #CCB234. Grayscale: #535353. Windows color (decimal): -13414965 or 13323571. OLE color: 13323571.

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

Color convert

RGB 51 77 203 -
CMYK 0.75 0.62 0 0.20
HSL 229.74º 0.6% 0.5% -
HSV(B) 229.74º 0.75% 0.8% -
XYZ 14.8 10.32 57.71 -
YUV 83.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 51 77 203 0.75 0.62 0 0.20 229.74 0.6 0.5
Hex 33 4D CB 4B 3E 0 14 E6 3C 32
Octal 63 115 313 113 76 0 24 346 74 62
Binary 110011 1001101 11001011 1001011 111110 0 10100 11100110 111100 110010

Color Harmonies of #334DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DCB

Black with #334DCB

Text Example


Text Example

White with #334DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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