Html Css Color HEX #395255 Oracle

📋 copy color: '#395255'

red 57 ◦ green 82 ◦ blue 85

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

Shades of Oracle #395255

Tints of Oracle #395255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 25.45%
G = 36.61%
B = 37.95%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395255 (or 0x395255) is known color: Oracle. HEX triplet: 39, 52 and 55. RGB value is (57,82,85). Sum of RGB (Red+Green+Blue) = 57+82+85=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #395255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395255 is #C6ADAA. Grayscale: #4A4A4A. Windows color (decimal): -13020587 or 5591609. OLE color: 5591609.

HSL color Cylindrical-coordinate representation of color #395255: hue angle of 186.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395255 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 82 85 -
CMYK 0.33 0.04 0 0.67
HSL 186.43º 0.2% 0.28% -
HSV(B) 186.43º 0.33% 0.33% -
XYZ 6.34 7.56 9.72 -
YUV 74.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 57 82 85 0.33 0.04 0 0.67 186.43 0.2 0.28
Hex 39 52 55 21 4 0 43 BA 14 1C
Octal 71 122 125 41 4 0 103 272 24 34
Binary 111001 1010010 1010101 100001 100 0 1000011 10111010 10100 11100

Color Harmonies of #395255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395255

Black with #395255

Text Example


Text Example

White with #395255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395255; }

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

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

background-color css

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

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

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

border-color css

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

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

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