Html Css Color HEX #365957 Oracle

📋 copy color: '#365957'

red 54 ◦ green 89 ◦ blue 87

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

Shades of Oracle #365957

Tints of Oracle #365957

RGB

 RED value IS 54 (21.48% from 255) = 23.48%

 GREEN value IS 89 (35.16% from 255) = 38.7%

 BLUE value IS 87 (34.38% from 255) = 37.83%

R = 23.48%
G = 38.7%
B = 37.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#365957 (or 0x365957) is known color: Oracle. HEX triplet: 36, 59 and 57. RGB value is (54,89,87). Sum of RGB (Red+Green+Blue) = 54+89+87=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #365957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365957 is #C9A6A8. Grayscale: #4E4E4E. Windows color (decimal): -13215401 or 5724470. OLE color: 5724470.

HSL color Cylindrical-coordinate representation of color #365957: hue angle of 176.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365957 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 87 -
CMYK 0.39 0 0.02 0.65
HSL 176.57º 0.24% 0.28% -
HSV(B) 176.57º 0.39% 0.35% -
XYZ 6.81 8.62 10.32 -
YUV 78.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 54 89 87 0.39 0 0.02 0.65 176.57 0.24 0.28
Hex 36 59 57 27 0 2 41 B1 18 1C
Octal 66 131 127 47 0 2 101 261 30 34
Binary 110110 1011001 1010111 100111 0 10 1000001 10110001 11000 11100

Color Harmonies of #365957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365957

Black with #365957

Text Example


Text Example

White with #365957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365957; }

 p { color: rgb(54,89,87); }

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

background-color css

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

 a { background-color: rgb(54,89,87); }

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

border-color css

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

 span { border-color: rgb(54,89,87); }

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