Html Css Color HEX #365153 Oracle

📋 copy color: '#365153'

red 54 ◦ green 81 ◦ blue 83

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

Shades of Oracle #365153

Tints of Oracle #365153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 24.77%
G = 37.16%
B = 38.07%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365153 (or 0x365153) is known color: Oracle. HEX triplet: 36, 51 and 53. RGB value is (54,81,83). Sum of RGB (Red+Green+Blue) = 54+81+83=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #365153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365153 is #C9AEAC. Grayscale: #494949. Windows color (decimal): -13217453 or 5460278. OLE color: 5460278.

HSL color Cylindrical-coordinate representation of color #365153: hue angle of 184.14º 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 #365153 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 81 83 -
CMYK 0.35 0.02 0 0.67
HSL 184.14º 0.21% 0.27% -
HSV(B) 184.14º 0.35% 0.33% -
XYZ 6.03 7.29 9.27 -
YUV 73.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 54 81 83 0.35 0.02 0 0.67 184.14 0.21 0.27
Hex 36 51 53 23 2 0 43 B8 15 1B
Octal 66 121 123 43 2 0 103 270 25 33
Binary 110110 1010001 1010011 100011 10 0 1000011 10111000 10101 11011

Color Harmonies of #365153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365153

Black with #365153

Text Example


Text Example

White with #365153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365153; }

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

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

background-color css

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

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

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

border-color css

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

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

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