Html Css Color HEX #395053 Oracle

📋 copy color: '#395053'

red 57 ◦ green 80 ◦ blue 83

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

Shades of Oracle #395053

Tints of Oracle #395053

RGB

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

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

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

R = 25.91%
G = 36.36%
B = 37.73%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395053 (or 0x395053) is known color: Oracle. HEX triplet: 39, 50 and 53. RGB value is (57,80,83). Sum of RGB (Red+Green+Blue) = 57+80+83=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #395053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395053 is #C6AFAC. Grayscale: #494949. Windows color (decimal): -13021101 or 5460025. OLE color: 5460025.

HSL color Cylindrical-coordinate representation of color #395053: hue angle of 186.92º 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 #395053 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 80 83 -
CMYK 0.31 0.04 0 0.67
HSL 186.92º 0.19% 0.27% -
HSV(B) 186.92º 0.31% 0.33% -
XYZ 6.12 7.23 9.26 -
YUV 73.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 57 80 83 0.31 0.04 0 0.67 186.92 0.19 0.27
Hex 39 50 53 1F 4 0 43 BB 13 1B
Octal 71 120 123 37 4 0 103 273 23 33
Binary 111001 1010000 1010011 11111 100 0 1000011 10111011 10011 11011

Color Harmonies of #395053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395053

Black with #395053

Text Example


Text Example

White with #395053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395053; }

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

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

background-color css

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

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

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

border-color css

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

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

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