Html Css Color HEX #365053 Oracle

📋 copy color: '#365053'

red 54 ◦ green 80 ◦ blue 83

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

Shades of Oracle #365053

Tints of Oracle #365053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 24.88%
G = 36.87%
B = 38.25%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365053 (or 0x365053) is known color: Oracle. HEX triplet: 36, 50 and 53. RGB value is (54,80,83). Sum of RGB (Red+Green+Blue) = 54+80+83=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #365053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365053 is #C9AFAC. Grayscale: #484848. Windows color (decimal): -13217709 or 5460022. OLE color: 5460022.

HSL color Cylindrical-coordinate representation of color #365053: hue angle of 186.21º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365053 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 80 83 -
CMYK 0.35 0.04 0 0.67
HSL 186.21º 0.21% 0.27% -
HSV(B) 186.21º 0.35% 0.33% -
XYZ 5.95 7.15 9.25 -
YUV 72.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 54 80 83 0.35 0.04 0 0.67 186.21 0.21 0.27
Hex 36 50 53 23 4 0 43 BA 15 1B
Octal 66 120 123 43 4 0 103 272 25 33
Binary 110110 1010000 1010011 100011 100 0 1000011 10111010 10101 11011

Color Harmonies of #365053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365053

Black with #365053

Text Example


Text Example

White with #365053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365053; }

 p { color: rgb(54,80,83); }

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

background-color css

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

 a { background-color: rgb(54,80,83); }

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

border-color css

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

 span { border-color: rgb(54,80,83); }

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