Html Css Color HEX #334B6D Cello

📋 copy color: '#334B6D'

red 51 ◦ green 75 ◦ blue 109

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

Shades of Cello #334B6D

Tints of Cello #334B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 21.7%
G = 31.91%
B = 46.38%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#334B6D (or 0x334B6D) is known color: Cello. HEX triplet: 33, 4B and 6D. RGB value is (51,75,109). Sum of RGB (Red+Green+Blue) = 51+75+109=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #334B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B6D is #CCB492. Grayscale: #474747. Windows color (decimal): -13415571 or 7162675. OLE color: 7162675.

HSL color Cylindrical-coordinate representation of color #334B6D: hue angle of 215.17º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #334B6D is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 75 109 -
CMYK 0.53 0.31 0 0.57
HSL 215.17º 0.36% 0.31% -
HSV(B) 215.17º 0.53% 0.43% -
XYZ 6.64 6.84 15.44 -
YUV 71.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 51 75 109 0.53 0.31 0 0.57 215.17 0.36 0.31
Hex 33 4B 6D 35 1F 0 39 D7 24 1F
Octal 63 113 155 65 37 0 71 327 44 37
Binary 110011 1001011 1101101 110101 11111 0 111001 11010111 100100 11111

Color Harmonies of #334B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B6D

Black with #334B6D

Text Example


Text Example

White with #334B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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