Html Css Color HEX #2F5659 Oracle

📋 copy color: '#2F5659'

red 47 ◦ green 86 ◦ blue 89

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

Shades of Oracle #2F5659

Tints of Oracle #2F5659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 21.17%
G = 38.74%
B = 40.09%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F5659 (or 0x2F5659) is known color: Oracle. HEX triplet: 2F, 56 and 59. RGB value is (47,86,89). Sum of RGB (Red+Green+Blue) = 47+86+89=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5659 is #D0A9A6. Grayscale: #4A4A4A. Windows color (decimal): -13674919 or 5854767. OLE color: 5854767.

HSL color Cylindrical-coordinate representation of color #2F5659: hue angle of 184.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5659 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 86 89 -
CMYK 0.47 0.03 0 0.65
HSL 184.29º 0.31% 0.27% -
HSV(B) 184.29º 0.47% 0.35% -
XYZ 6.3 7.98 10.66 -
YUV 74.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 47 86 89 0.47 0.03 0 0.65 184.29 0.31 0.27
Hex 2F 56 59 2F 3 0 41 B8 1F 1B
Octal 57 126 131 57 3 0 101 270 37 33
Binary 101111 1010110 1011001 101111 11 0 1000001 10111000 11111 11011

Color Harmonies of #2F5659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5659

Black with #2F5659

Text Example


Text Example

White with #2F5659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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