Html Css Color HEX #365958 Oracle

📋 copy color: '#365958'

red 54 ◦ green 89 ◦ blue 88

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

Shades of Oracle #365958

Tints of Oracle #365958

RGB

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

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

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

R = 23.38%
G = 38.53%
B = 38.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#365958 (or 0x365958) is known color: Oracle. HEX triplet: 36, 59 and 58. RGB value is (54,89,88). Sum of RGB (Red+Green+Blue) = 54+89+88=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #365958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365958 is #C9A6A7. Grayscale: #4E4E4E. Windows color (decimal): -13215400 or 5790006. OLE color: 5790006.

HSL color Cylindrical-coordinate representation of color #365958: hue angle of 178.29º 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 #365958 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 88 -
CMYK 0.39 0 0.01 0.65
HSL 178.29º 0.24% 0.28% -
HSV(B) 178.29º 0.39% 0.35% -
XYZ 6.86 8.63 10.54 -
YUV 78.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 54 89 88 0.39 0 0.01 0.65 178.29 0.24 0.28
Hex 36 59 58 27 0 1 41 B2 18 1C
Octal 66 131 130 47 0 1 101 262 30 34
Binary 110110 1011001 1011000 100111 0 1 1000001 10110010 11000 11100

Color Harmonies of #365958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365958

Black with #365958

Text Example


Text Example

White with #365958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365958; }

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

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

background-color css

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

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

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

border-color css

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

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

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