Html Css Color HEX #365A5E Oracle

📋 copy color: '#365A5E'

red 54 ◦ green 90 ◦ blue 94

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

Shades of Oracle #365A5E

Tints of Oracle #365A5E

RGB

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

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

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

R = 22.69%
G = 37.82%
B = 39.5%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#365A5E (or 0x365A5E) is known color: Oracle. HEX triplet: 36, 5A and 5E. RGB value is (54,90,94). Sum of RGB (Red+Green+Blue) = 54+90+94=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #365A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A5E is #C9A5A1. Grayscale: #4F4F4F. Windows color (decimal): -13215138 or 6183478. OLE color: 6183478.

HSL color Cylindrical-coordinate representation of color #365A5E: hue angle of 186º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365A5E is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 90 94 -
CMYK 0.43 0.04 0 0.63
HSL 186º 0.27% 0.29% -
HSV(B) 186º 0.43% 0.37% -
XYZ 7.2 8.9 11.93 -
YUV 79.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 54 90 94 0.43 0.04 0 0.63 186 0.27 0.29
Hex 36 5A 5E 2B 4 0 3F BA 1B 1D
Octal 66 132 136 53 4 0 77 272 33 35
Binary 110110 1011010 1011110 101011 100 0 111111 10111010 11011 11101

Color Harmonies of #365A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A5E

Black with #365A5E

Text Example


Text Example

White with #365A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A5E; }

 p { color: rgb(54,90,94); }

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

background-color css

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

 a { background-color: rgb(54,90,94); }

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

border-color css

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

 span { border-color: rgb(54,90,94); }

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