Html Css Color HEX #2D585A Oracle

📋 copy color: '#2D585A'

red 45 ◦ green 88 ◦ blue 90

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

Shades of Oracle #2D585A

Tints of Oracle #2D585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 20.18%
G = 39.46%
B = 40.36%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D585A (or 0x2D585A) is known color: Oracle. HEX triplet: 2D, 58 and 5A. RGB value is (45,88,90). Sum of RGB (Red+Green+Blue) = 45+88+90=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D585A is #D2A7A5. Grayscale: #4B4B4B. Windows color (decimal): -13805478 or 5920813. OLE color: 5920813.

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

Color convert

RGB 45 88 90 -
CMYK 0.50 0.02 0 0.65
HSL 182.67º 0.33% 0.26% -
HSV(B) 182.67º 0.5% 0.35% -
XYZ 6.42 8.28 10.93 -
YUV 75.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 45 88 90 0.50 0.02 0 0.65 182.67 0.33 0.26
Hex 2D 58 5A 32 2 0 41 B7 21 1A
Octal 55 130 132 62 2 0 101 267 41 32
Binary 101101 1011000 1011010 110010 10 0 1000001 10110111 100001 11010

Color Harmonies of #2D585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D585A

Black with #2D585A

Text Example


Text Example

White with #2D585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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