Html Css Color HEX #334B63 Cello

📋 copy color: '#334B63'

red 51 ◦ green 75 ◦ blue 99

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

Shades of Cello #334B63

Tints of Cello #334B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44%

R = 22.67%
G = 33.33%
B = 44%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334B63 (or 0x334B63) is known color: Cello. HEX triplet: 33, 4B and 63. RGB value is (51,75,99). Sum of RGB (Red+Green+Blue) = 51+75+99=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #334B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B63 is #CCB49C. Grayscale: #464646. Windows color (decimal): -13415581 or 6507315. OLE color: 6507315.

HSL color Cylindrical-coordinate representation of color #334B63: hue angle of 210º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334B63 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 75 99 -
CMYK 0.48 0.24 0 0.61
HSL 210º 0.32% 0.29% -
HSV(B) 210º 0.48% 0.39% -
XYZ 6.13 6.64 12.76 -
YUV 70.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 51 75 99 0.48 0.24 0 0.61 210 0.32 0.29
Hex 33 4B 63 30 18 0 3D D2 20 1D
Octal 63 113 143 60 30 0 75 322 40 35
Binary 110011 1001011 1100011 110000 11000 0 111101 11010010 100000 11101

Color Harmonies of #334B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B63

Black with #334B63

Text Example


Text Example

White with #334B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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