Html Css Color HEX #334F58 Casal

📋 copy color: '#334F58'

red 51 ◦ green 79 ◦ blue 88

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

Shades of Casal #334F58

Tints of Casal #334F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 23.39%
G = 36.24%
B = 40.37%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334F58 (or 0x334F58) is known color: Casal. HEX triplet: 33, 4F and 58. RGB value is (51,79,88). Sum of RGB (Red+Green+Blue) = 51+79+88=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #334F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F58 is #CCB0A7. Grayscale: #474747. Windows color (decimal): -13414568 or 5787443. OLE color: 5787443.

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

Color convert

RGB 51 79 88 -
CMYK 0.42 0.10 0 0.65
HSL 194.59º 0.27% 0.27% -
HSV(B) 194.59º 0.42% 0.35% -
XYZ 5.92 7 10.27 -
YUV 71.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 51 79 88 0.42 0.10 0 0.65 194.59 0.27 0.27
Hex 33 4F 58 2A A 0 41 C3 1B 1B
Octal 63 117 130 52 12 0 101 303 33 33
Binary 110011 1001111 1011000 101010 1010 0 1000001 11000011 11011 11011

Color Harmonies of #334F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F58

Black with #334F58

Text Example


Text Example

White with #334F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,88); }

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

background-color css

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

 a { background-color: rgb(51,79,88); }

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

border-color css

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

 span { border-color: rgb(51,79,88); }

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