Html Css Color HEX #2D5759 Oracle

📋 copy color: '#2D5759'

red 45 ◦ green 87 ◦ blue 89

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

Shades of Oracle #2D5759

Tints of Oracle #2D5759

RGB

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

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

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

R = 20.36%
G = 39.37%
B = 40.27%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D5759 (or 0x2D5759) is known color: Oracle. HEX triplet: 2D, 57 and 59. RGB value is (45,87,89). Sum of RGB (Red+Green+Blue) = 45+87+89=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D5759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5759 is #D2A8A6. Grayscale: #4A4A4A. Windows color (decimal): -13805735 or 5855021. OLE color: 5855021.

HSL color Cylindrical-coordinate representation of color #2D5759: hue angle of 182.73º 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 #2D5759 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 87 89 -
CMYK 0.49 0.02 0 0.65
HSL 182.73º 0.33% 0.26% -
HSV(B) 182.73º 0.49% 0.35% -
XYZ 6.29 8.1 10.68 -
YUV 74.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 45 87 89 0.49 0.02 0 0.65 182.73 0.33 0.26
Hex 2D 57 59 31 2 0 41 B7 21 1A
Octal 55 127 131 61 2 0 101 267 41 32
Binary 101101 1010111 1011001 110001 10 0 1000001 10110111 100001 11010

Color Harmonies of #2D5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5759

Black with #2D5759

Text Example


Text Example

White with #2D5759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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