Html Css Color HEX #2F535C Casal

📋 copy color: '#2F535C'

red 47 ◦ green 83 ◦ blue 92

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

Shades of Casal #2F535C

Tints of Casal #2F535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

 BLUE value IS 92 (36.33% from 255) = 41.44%

R = 21.17%
G = 37.39%
B = 41.44%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F535C (or 0x2F535C) is known color: Casal. HEX triplet: 2F, 53 and 5C. RGB value is (47,83,92). Sum of RGB (Red+Green+Blue) = 47+83+92=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F535C is #D0ACA3. Grayscale: #494949. Windows color (decimal): -13675684 or 6050607. OLE color: 6050607.

HSL color Cylindrical-coordinate representation of color #2F535C: hue angle of 192º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F535C is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 83 92 -
CMYK 0.49 0.10 0 0.64
HSL 192º 0.32% 0.27% -
HSV(B) 192º 0.49% 0.36% -
XYZ 6.2 7.56 11.26 -
YUV 73.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 47 83 92 0.49 0.10 0 0.64 192 0.32 0.27
Hex 2F 53 5C 31 A 0 40 C0 20 1B
Octal 57 123 134 61 12 0 100 300 40 33
Binary 101111 1010011 1011100 110001 1010 0 1000000 11000000 100000 11011

Color Harmonies of #2F535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F535C

Black with #2F535C

Text Example


Text Example

White with #2F535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,92); }

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

background-color css

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

 a { background-color: rgb(47,83,92); }

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

border-color css

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

 span { border-color: rgb(47,83,92); }

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