Html Css Color HEX #395052 Oracle

📋 copy color: '#395052'

red 57 ◦ green 80 ◦ blue 82

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

Shades of Oracle #395052

Tints of Oracle #395052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 26.03%
G = 36.53%
B = 37.44%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#395052 (or 0x395052) is known color: Oracle. HEX triplet: 39, 50 and 52. RGB value is (57,80,82). Sum of RGB (Red+Green+Blue) = 57+80+82=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #395052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395052 is #C6AFAD. Grayscale: #494949. Windows color (decimal): -13021102 or 5394489. OLE color: 5394489.

HSL color Cylindrical-coordinate representation of color #395052: hue angle of 184.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395052 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 80 82 -
CMYK 0.30 0.02 0 0.68
HSL 184.8º 0.18% 0.27% -
HSV(B) 184.8º 0.3% 0.32% -
XYZ 6.08 7.22 9.06 -
YUV 73.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 57 80 82 0.30 0.02 0 0.68 184.8 0.18 0.27
Hex 39 50 52 1E 2 0 44 B9 12 1B
Octal 71 120 122 36 2 0 104 271 22 33
Binary 111001 1010000 1010010 11110 10 0 1000100 10111001 10010 11011

Color Harmonies of #395052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395052

Black with #395052

Text Example


Text Example

White with #395052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395052; }

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

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

background-color css

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

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

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

border-color css

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

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

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