Html Css Color HEX #395A58 Oracle

📋 copy color: '#395A58'

red 57 ◦ green 90 ◦ blue 88

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

Shades of Oracle #395A58

Tints of Oracle #395A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 24.26%
G = 38.3%
B = 37.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#395A58 (or 0x395A58) is known color: Oracle. HEX triplet: 39, 5A and 58. RGB value is (57,90,88). Sum of RGB (Red+Green+Blue) = 57+90+88=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #395A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A58 is #C6A5A7. Grayscale: #4F4F4F. Windows color (decimal): -13018536 or 5790265. OLE color: 5790265.

HSL color Cylindrical-coordinate representation of color #395A58: hue angle of 176.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A58 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 88 -
CMYK 0.37 0 0.02 0.65
HSL 176.36º 0.22% 0.29% -
HSV(B) 176.36º 0.37% 0.35% -
XYZ 7.1 8.89 10.57 -
YUV 79.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 57 90 88 0.37 0 0.02 0.65 176.36 0.22 0.29
Hex 39 5A 58 25 0 2 41 B0 16 1D
Octal 71 132 130 45 0 2 101 260 26 35
Binary 111001 1011010 1011000 100101 0 10 1000001 10110000 10110 11101

Color Harmonies of #395A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A58

Black with #395A58

Text Example


Text Example

White with #395A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,88); }

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

background-color css

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

 a { background-color: rgb(57,90,88); }

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

border-color css

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

 span { border-color: rgb(57,90,88); }

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