Html Css Color HEX #2D565C Oracle

📋 copy color: '#2D565C'

red 45 ◦ green 86 ◦ blue 92

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

Shades of Oracle #2D565C

Tints of Oracle #2D565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.26%

R = 20.18%
G = 38.57%
B = 41.26%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D565C (or 0x2D565C) is known color: Oracle. HEX triplet: 2D, 56 and 5C. RGB value is (45,86,92). Sum of RGB (Red+Green+Blue) = 45+86+92=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D565C is #D2A9A3. Grayscale: #4A4A4A. Windows color (decimal): -13805988 or 6051373. OLE color: 6051373.

HSL color Cylindrical-coordinate representation of color #2D565C: hue angle of 187.66º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D565C is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 86 92 -
CMYK 0.51 0.07 0 0.64
HSL 187.66º 0.34% 0.27% -
HSV(B) 187.66º 0.51% 0.36% -
XYZ 6.34 7.99 11.33 -
YUV 74.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 45 86 92 0.51 0.07 0 0.64 187.66 0.34 0.27
Hex 2D 56 5C 33 7 0 40 BC 22 1B
Octal 55 126 134 63 7 0 100 274 42 33
Binary 101101 1010110 1011100 110011 111 0 1000000 10111100 100010 11011

Color Harmonies of #2D565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D565C

Black with #2D565C

Text Example


Text Example

White with #2D565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,86,92); }

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

background-color css

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

 a { background-color: rgb(45,86,92); }

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

border-color css

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

 span { border-color: rgb(45,86,92); }

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