#34555B

Color #34555B Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #34555B

Tints of Casal #34555B

Color information

#34555B (or 0x34555B) is unknown color: approx Casal. HEX triplet: 34, 55 and 5B. RGB value is (52,85,91). Sum of RGB (Red+Green+Blue) = 52+85+91=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #34555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34555B is #CBAAA4. Grayscale: #4B4B4B. Windows color (decimal): -13347493 or 5985588. OLE color: 5985588.

HSL color Cylindrical-coordinate representation of color #34555B: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34555B is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528591-
CMYK0.430.0700.64
HSL189.23º27.27%28.04%-
HSV(B)189.23º42.86%35.69%-
XYZ6.557.9811.09-
YUV75.82136.57111.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=22.81%
G=37.28%
B=39.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5285910.430.0700.64189.2327.2728.04
Hex34555B2B7040bd1b1c
Octal6412513353701002753334
Binary1101001010101101101110101111101000000101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34555B; }

 p { color: rgb(52,85,91); }

 H1.HeaderClassName
 {
   color: #34555B;
 }
 .AnyTagClassName
 {
   color: #34555B;
 }
</style>
background-color css

<style>
 a { background-color: #34555B; }

 a { background-color: rgb(52,85,91); }

 div.DivClassName
 {
   background-color: #34555B;
 }
 .BgClassName
 {
   background-color: #34555B;
 }
</style>
border-color css

<style>
 span { border-color: #34555B; }

 span { border-color: rgb(52,85,91); }

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