Html Css Color HEX #366062 Oracle

📋 copy color: '#366062'

red 54 ◦ green 96 ◦ blue 98

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

Shades of Oracle #366062

Tints of Oracle #366062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 21.77%
G = 38.71%
B = 39.52%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#366062 (or 0x366062) is known color: Oracle. HEX triplet: 36, 60 and 62. RGB value is (54,96,98). Sum of RGB (Red+Green+Blue) = 54+96+98=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #366062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366062 is #C99F9D. Grayscale: #535353. Windows color (decimal): -13213598 or 6447158. OLE color: 6447158.

HSL color Cylindrical-coordinate representation of color #366062: hue angle of 182.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366062 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 98 -
CMYK 0.45 0.02 0 0.62
HSL 182.73º 0.29% 0.3% -
HSV(B) 182.73º 0.45% 0.38% -
XYZ 7.91 10.03 13.07 -
YUV 83.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 54 96 98 0.45 0.02 0 0.62 182.73 0.29 0.3
Hex 36 60 62 2D 2 0 3E B7 1D 1E
Octal 66 140 142 55 2 0 76 267 35 36
Binary 110110 1100000 1100010 101101 10 0 111110 10110111 11101 11110

Color Harmonies of #366062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366062

Black with #366062

Text Example


Text Example

White with #366062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366062; }

 p { color: rgb(54,96,98); }

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

background-color css

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

 a { background-color: rgb(54,96,98); }

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

border-color css

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

 span { border-color: rgb(54,96,98); }

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