Html Css Color HEX #2F5758 Oracle

📋 copy color: '#2F5758'

red 47 ◦ green 87 ◦ blue 88

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

Shades of Oracle #2F5758

Tints of Oracle #2F5758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 21.17%
G = 39.19%
B = 39.64%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F5758 (or 0x2F5758) is known color: Oracle. HEX triplet: 2F, 57 and 58. RGB value is (47,87,88). Sum of RGB (Red+Green+Blue) = 47+87+88=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F5758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5758 is #D0A8A7. Grayscale: #4B4B4B. Windows color (decimal): -13674664 or 5789487. OLE color: 5789487.

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

Color convert

RGB 47 87 88 -
CMYK 0.47 0.01 0 0.65
HSL 181.46º 0.3% 0.26% -
HSV(B) 181.46º 0.47% 0.35% -
XYZ 6.34 8.13 10.47 -
YUV 75.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 47 87 88 0.47 0.01 0 0.65 181.46 0.3 0.26
Hex 2F 57 58 2F 1 0 41 B5 1E 1A
Octal 57 127 130 57 1 0 101 265 36 32
Binary 101111 1010111 1011000 101111 1 0 1000001 10110101 11110 11010

Color Harmonies of #2F5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5758

Black with #2F5758

Text Example


Text Example

White with #2F5758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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