Html Css Color HEX #334B59 Cello

📋 copy color: '#334B59'

red 51 ◦ green 75 ◦ blue 89

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

Shades of Cello #334B59

Tints of Cello #334B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 23.72%
G = 34.88%
B = 41.4%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334B59 (or 0x334B59) is known color: Cello. HEX triplet: 33, 4B and 59. RGB value is (51,75,89). Sum of RGB (Red+Green+Blue) = 51+75+89=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #334B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B59 is #CCB4A6. Grayscale: #454545. Windows color (decimal): -13415591 or 5851955. OLE color: 5851955.

HSL color Cylindrical-coordinate representation of color #334B59: hue angle of 202.11º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334B59 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 75 89 -
CMYK 0.43 0.16 0 0.65
HSL 202.11º 0.27% 0.27% -
HSV(B) 202.11º 0.43% 0.35% -
XYZ 5.68 6.46 10.4 -
YUV 69.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 51 75 89 0.43 0.16 0 0.65 202.11 0.27 0.27
Hex 33 4B 59 2B 10 0 41 CA 1B 1B
Octal 63 113 131 53 20 0 101 312 33 33
Binary 110011 1001011 1011001 101011 10000 0 1000001 11001010 11011 11011

Color Harmonies of #334B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B59

Black with #334B59

Text Example


Text Example

White with #334B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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