Html Css Color HEX #395253 Oracle

📋 copy color: '#395253'

red 57 ◦ green 82 ◦ blue 83

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

Shades of Oracle #395253

Tints of Oracle #395253

RGB

 RED value IS 57 (22.66% from 255) = 25.68%

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 25.68%
G = 36.94%
B = 37.39%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395253 (or 0x395253) is known color: Oracle. HEX triplet: 39, 52 and 53. RGB value is (57,82,83). Sum of RGB (Red+Green+Blue) = 57+82+83=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #395253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395253 is #C6ADAC. Grayscale: #4A4A4A. Windows color (decimal): -13020589 or 5460537. OLE color: 5460537.

HSL color Cylindrical-coordinate representation of color #395253: hue angle of 182.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395253 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 82 83 -
CMYK 0.31 0.01 0 0.67
HSL 182.31º 0.19% 0.27% -
HSV(B) 182.31º 0.31% 0.33% -
XYZ 6.27 7.53 9.31 -
YUV 74.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 57 82 83 0.31 0.01 0 0.67 182.31 0.19 0.27
Hex 39 52 53 1F 1 0 43 B6 13 1B
Octal 71 122 123 37 1 0 103 266 23 33
Binary 111001 1010010 1010011 11111 1 0 1000011 10110110 10011 11011

Color Harmonies of #395253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395253

Black with #395253

Text Example


Text Example

White with #395253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395253; }

 p { color: rgb(57,82,83); }

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

background-color css

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

 a { background-color: rgb(57,82,83); }

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

border-color css

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

 span { border-color: rgb(57,82,83); }

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