Html Css Color HEX #365A5D Oracle

📋 copy color: '#365A5D'

red 54 ◦ green 90 ◦ blue 93

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

Shades of Oracle #365A5D

Tints of Oracle #365A5D

RGB

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

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

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

R = 22.78%
G = 37.97%
B = 39.24%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#365A5D (or 0x365A5D) is known color: Oracle. HEX triplet: 36, 5A and 5D. RGB value is (54,90,93). Sum of RGB (Red+Green+Blue) = 54+90+93=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #365A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A5D is #C9A5A2. Grayscale: #4F4F4F. Windows color (decimal): -13215139 or 6117942. OLE color: 6117942.

HSL color Cylindrical-coordinate representation of color #365A5D: hue angle of 184.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365A5D is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 90 93 -
CMYK 0.42 0.03 0 0.64
HSL 184.62º 0.27% 0.29% -
HSV(B) 184.62º 0.42% 0.36% -
XYZ 7.15 8.89 11.69 -
YUV 79.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 54 90 93 0.42 0.03 0 0.64 184.62 0.27 0.29
Hex 36 5A 5D 2A 3 0 40 B9 1B 1D
Octal 66 132 135 52 3 0 100 271 33 35
Binary 110110 1011010 1011101 101010 11 0 1000000 10111001 11011 11101

Color Harmonies of #365A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A5D

Black with #365A5D

Text Example


Text Example

White with #365A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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