Html Css Color HEX #395B5D Oracle

📋 copy color: '#395B5D'

red 57 ◦ green 91 ◦ blue 93

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

Shades of Oracle #395B5D

Tints of Oracle #395B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 23.65%
G = 37.76%
B = 38.59%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#395B5D (or 0x395B5D) is known color: Oracle. HEX triplet: 39, 5B and 5D. RGB value is (57,91,93). Sum of RGB (Red+Green+Blue) = 57+91+93=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #395B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B5D is #C6A4A2. Grayscale: #515151. Windows color (decimal): -13018275 or 6118201. OLE color: 6118201.

HSL color Cylindrical-coordinate representation of color #395B5D: hue angle of 183.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395B5D is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 93 -
CMYK 0.39 0.02 0 0.64
HSL 183.33º 0.24% 0.29% -
HSV(B) 183.33º 0.39% 0.36% -
XYZ 7.4 9.14 11.73 -
YUV 81.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 57 91 93 0.39 0.02 0 0.64 183.33 0.24 0.29
Hex 39 5B 5D 27 2 0 40 B7 18 1D
Octal 71 133 135 47 2 0 100 267 30 35
Binary 111001 1011011 1011101 100111 10 0 1000000 10110111 11000 11101

Color Harmonies of #395B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B5D

Black with #395B5D

Text Example


Text Example

White with #395B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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