Html Css Color HEX #2D565F Casal

📋 copy color: '#2D565F'

red 45 ◦ green 86 ◦ blue 95

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

Shades of Casal #2D565F

Tints of Casal #2D565F

RGB

 RED value IS 45 (17.97% from 255) = 19.91%

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 19.91%
G = 38.05%
B = 42.04%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D565F (or 0x2D565F) is known color: Casal. HEX triplet: 2D, 56 and 5F. RGB value is (45,86,95). Sum of RGB (Red+Green+Blue) = 45+86+95=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D565F is #D2A9A0. Grayscale: #4A4A4A. Windows color (decimal): -13805985 or 6247981. OLE color: 6247981.

HSL color Cylindrical-coordinate representation of color #2D565F: hue angle of 190.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D565F is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 86 95 -
CMYK 0.53 0.09 0 0.63
HSL 190.8º 0.36% 0.27% -
HSV(B) 190.8º 0.53% 0.37% -
XYZ 6.48 8.04 12.04 -
YUV 74.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 45 86 95 0.53 0.09 0 0.63 190.8 0.36 0.27
Hex 2D 56 5F 35 9 0 3F BF 24 1B
Octal 55 126 137 65 11 0 77 277 44 33
Binary 101101 1010110 1011111 110101 1001 0 111111 10111111 100100 11011

Color Harmonies of #2D565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D565F

Black with #2D565F

Text Example


Text Example

White with #2D565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D565F; }

 p { color: rgb(45,86,95); }

 H1.HeaderClassName
 {
   color: #2D565F;
 }
 .AnyTagClassName
 {
   color: #2D565F;
 }
</style>

background-color css

<style>
 a { background-color: #2D565F; }

 a { background-color: rgb(45,86,95); }

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

border-color css

<style>
 span { border-color: #2D565F; }

 span { border-color: rgb(45,86,95); }

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