Html Css Color HEX #2D5859 Oracle

📋 copy color: '#2D5859'

red 45 ◦ green 88 ◦ blue 89

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

Shades of Oracle #2D5859

Tints of Oracle #2D5859

RGB

 RED value IS 45 (17.97% from 255) = 20.27%

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

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

R = 20.27%
G = 39.64%
B = 40.09%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D5859 (or 0x2D5859) is known color: Oracle. HEX triplet: 2D, 58 and 59. RGB value is (45,88,89). Sum of RGB (Red+Green+Blue) = 45+88+89=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 88 (34.77% from 255 or 39.64% 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 #2D5859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5859 is #D2A7A6. Grayscale: #4B4B4B. Windows color (decimal): -13805479 or 5855277. OLE color: 5855277.

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

Color convert

RGB 45 88 89 -
CMYK 0.49 0.01 0 0.65
HSL 181.36º 0.33% 0.26% -
HSV(B) 181.36º 0.49% 0.35% -
XYZ 6.38 8.26 10.71 -
YUV 75.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 45 88 89 0.49 0.01 0 0.65 181.36 0.33 0.26
Hex 2D 58 59 31 1 0 41 B5 21 1A
Octal 55 130 131 61 1 0 101 265 41 32
Binary 101101 1011000 1011001 110001 1 0 1000001 10110101 100001 11010

Color Harmonies of #2D5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5859

Black with #2D5859

Text Example


Text Example

White with #2D5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,88,89); }

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

background-color css

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

 a { background-color: rgb(45,88,89); }

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

border-color css

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

 span { border-color: rgb(45,88,89); }

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