Html Css Color HEX #2F565E Casal

📋 copy color: '#2F565E'

red 47 ◦ green 86 ◦ blue 94

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

Shades of Casal #2F565E

Tints of Casal #2F565E

RGB

 RED value IS 47 (18.75% from 255) = 20.7%

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

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 20.7%
G = 37.89%
B = 41.41%

CMYK

 C value IS 0.5

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F565E (or 0x2F565E) is known color: Casal. HEX triplet: 2F, 56 and 5E. RGB value is (47,86,94). Sum of RGB (Red+Green+Blue) = 47+86+94=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F565E is #D0A9A1. Grayscale: #4B4B4B. Windows color (decimal): -13674914 or 6182447. OLE color: 6182447.

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

Color convert

RGB 47 86 94 -
CMYK 0.5 0.09 0 0.63
HSL 190.21º 0.33% 0.28% -
HSV(B) 190.21º 0.5% 0.37% -
XYZ 6.52 8.07 11.8 -
YUV 75.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 47 86 94 0.5 0.09 0 0.63 190.21 0.33 0.28
Hex 2F 56 5E 32 9 0 3F BE 21 1C
Octal 57 126 136 62 11 0 77 276 41 34
Binary 101111 1010110 1011110 110010 1001 0 111111 10111110 100001 11100

Color Harmonies of #2F565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F565E

Black with #2F565E

Text Example


Text Example

White with #2F565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,86,94); }

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

background-color css

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

 a { background-color: rgb(47,86,94); }

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

border-color css

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

 span { border-color: rgb(47,86,94); }

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