Html Css Color HEX #395B5E Oracle

📋 copy color: '#395B5E'

red 57 ◦ green 91 ◦ blue 94

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

Shades of Oracle #395B5E

Tints of Oracle #395B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 23.55%
G = 37.6%
B = 38.84%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#395B5E (or 0x395B5E) is known color: Oracle. HEX triplet: 39, 5B and 5E. RGB value is (57,91,94). Sum of RGB (Red+Green+Blue) = 57+91+94=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #395B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B5E is #C6A4A1. Grayscale: #515151. Windows color (decimal): -13018274 or 6183737. OLE color: 6183737.

HSL color Cylindrical-coordinate representation of color #395B5E: hue angle of 184.86º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395B5E is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 91 94 -
CMYK 0.39 0.03 0 0.63
HSL 184.86º 0.25% 0.3% -
HSV(B) 184.86º 0.39% 0.37% -
XYZ 7.45 9.16 11.97 -
YUV 81.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 57 91 94 0.39 0.03 0 0.63 184.86 0.25 0.3
Hex 39 5B 5E 27 3 0 3F B9 19 1E
Octal 71 133 136 47 3 0 77 271 31 36
Binary 111001 1011011 1011110 100111 11 0 111111 10111001 11001 11110

Color Harmonies of #395B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B5E

Black with #395B5E

Text Example


Text Example

White with #395B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395B5E; }

 p { color: rgb(57,91,94); }

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

background-color css

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

 a { background-color: rgb(57,91,94); }

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

border-color css

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

 span { border-color: rgb(57,91,94); }

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