Html Css Color HEX #366663 Oracle

📋 copy color: '#366663'

red 54 ◦ green 102 ◦ blue 99

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

Shades of Oracle #366663

Tints of Oracle #366663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 21.18%
G = 40%
B = 38.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#366663 (or 0x366663) is known color: Oracle. HEX triplet: 36, 66 and 63. RGB value is (54,102,99). Sum of RGB (Red+Green+Blue) = 54+102+99=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #366663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366663 is #C9999C. Grayscale: #575757. Windows color (decimal): -13212061 or 6514230. OLE color: 6514230.

HSL color Cylindrical-coordinate representation of color #366663: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366663 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 102 99 -
CMYK 0.47 0 0.03 0.6
HSL 176.25º 0.31% 0.31% -
HSV(B) 176.25º 0.47% 0.4% -
XYZ 8.52 11.19 13.51 -
YUV 87.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 54 102 99 0.47 0 0.03 0.6 176.25 0.31 0.31
Hex 36 66 63 2F 0 3 3C B0 1F 1F
Octal 66 146 143 57 0 3 74 260 37 37
Binary 110110 1100110 1100011 101111 0 11 111100 10110000 11111 11111

Color Harmonies of #366663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366663

Black with #366663

Text Example


Text Example

White with #366663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366663; }

 p { color: rgb(54,102,99); }

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

background-color css

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

 a { background-color: rgb(54,102,99); }

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

border-color css

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

 span { border-color: rgb(54,102,99); }

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