Html Css Color HEX #365155 Oracle

📋 copy color: '#365155'

red 54 ◦ green 81 ◦ blue 85

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

Shades of Oracle #365155

Tints of Oracle #365155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 24.55%
G = 36.82%
B = 38.64%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#365155 (or 0x365155) is known color: Oracle. HEX triplet: 36, 51 and 55. RGB value is (54,81,85). Sum of RGB (Red+Green+Blue) = 54+81+85=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #365155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365155 is #C9AEAA. Grayscale: #494949. Windows color (decimal): -13217451 or 5591350. OLE color: 5591350.

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

Color convert

RGB 54 81 85 -
CMYK 0.36 0.05 0 0.67
HSL 187.74º 0.22% 0.27% -
HSV(B) 187.74º 0.36% 0.33% -
XYZ 6.1 7.33 9.69 -
YUV 73.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 54 81 85 0.36 0.05 0 0.67 187.74 0.22 0.27
Hex 36 51 55 24 5 0 43 BC 16 1B
Octal 66 121 125 44 5 0 103 274 26 33
Binary 110110 1010001 1010101 100100 101 0 1000011 10111100 10110 11011

Color Harmonies of #365155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365155

Black with #365155

Text Example


Text Example

White with #365155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365155; }

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

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

background-color css

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

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

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

border-color css

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

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

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