Html Css Color HEX #334B68 Cello

📋 copy color: '#334B68'

red 51 ◦ green 75 ◦ blue 104

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

Shades of Cello #334B68

Tints of Cello #334B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.22%

R = 22.17%
G = 32.61%
B = 45.22%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334B68 (or 0x334B68) is known color: Cello. HEX triplet: 33, 4B and 68. RGB value is (51,75,104). Sum of RGB (Red+Green+Blue) = 51+75+104=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #334B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B68 is #CCB497. Grayscale: #464646. Windows color (decimal): -13415576 or 6834995. OLE color: 6834995.

HSL color Cylindrical-coordinate representation of color #334B68: hue angle of 212.83º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334B68 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 75 104 -
CMYK 0.51 0.28 0 0.59
HSL 212.83º 0.34% 0.3% -
HSV(B) 212.83º 0.51% 0.41% -
XYZ 6.38 6.74 14.06 -
YUV 71.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 51 75 104 0.51 0.28 0 0.59 212.83 0.34 0.3
Hex 33 4B 68 33 1C 0 3B D5 22 1E
Octal 63 113 150 63 34 0 73 325 42 36
Binary 110011 1001011 1101000 110011 11100 0 111011 11010101 100010 11110

Color Harmonies of #334B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B68

Black with #334B68

Text Example


Text Example

White with #334B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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