Html Css Color HEX #2F5860 Casal

📋 copy color: '#2F5860'

red 47 ◦ green 88 ◦ blue 96

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

Shades of Casal #2F5860

Tints of Casal #2F5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 20.35%
G = 38.1%
B = 41.56%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F5860 (or 0x2F5860) is known color: Casal. HEX triplet: 2F, 58 and 60. RGB value is (47,88,96). Sum of RGB (Red+Green+Blue) = 47+88+96=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5860 is #D0A79F. Grayscale: #4C4C4C. Windows color (decimal): -13674400 or 6314031. OLE color: 6314031.

HSL color Cylindrical-coordinate representation of color #2F5860: hue angle of 189.8º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5860 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 88 96 -
CMYK 0.51 0.08 0 0.62
HSL 189.8º 0.34% 0.28% -
HSV(B) 189.8º 0.51% 0.38% -
XYZ 6.77 8.43 12.34 -
YUV 76.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 47 88 96 0.51 0.08 0 0.62 189.8 0.34 0.28
Hex 2F 58 60 33 8 0 3E BE 22 1C
Octal 57 130 140 63 10 0 76 276 42 34
Binary 101111 1011000 1100000 110011 1000 0 111110 10111110 100010 11100

Color Harmonies of #2F5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5860

Black with #2F5860

Text Example


Text Example

White with #2F5860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,96); }

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

background-color css

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

 a { background-color: rgb(47,88,96); }

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

border-color css

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

 span { border-color: rgb(47,88,96); }

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