Html Css Color HEX #376663 Oracle

📋 copy color: '#376663'

red 55 ◦ green 102 ◦ blue 99

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

Shades of Oracle #376663

Tints of Oracle #376663

RGB

 RED value IS 55 (21.88% from 255) = 21.48%

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

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

R = 21.48%
G = 39.84%
B = 38.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#376663 (or 0x376663) is known color: Oracle. HEX triplet: 37, 66 and 63. RGB value is (55,102,99). Sum of RGB (Red+Green+Blue) = 55+102+99=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #376663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376663 is #C8999C. Grayscale: #575757. Windows color (decimal): -13146525 or 6514231. OLE color: 6514231.

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

Color convert

RGB 55 102 99 -
CMYK 0.46 0 0.03 0.6
HSL 176.17º 0.3% 0.31% -
HSV(B) 176.17º 0.46% 0.4% -
XYZ 8.58 11.22 13.52 -
YUV 87.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 55 102 99 0.46 0 0.03 0.6 176.17 0.3 0.31
Hex 37 66 63 2E 0 3 3C B0 1E 1F
Octal 67 146 143 56 0 3 74 260 36 37
Binary 110111 1100110 1100011 101110 0 11 111100 10110000 11110 11111

Color Harmonies of #376663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376663

Black with #376663

Text Example


Text Example

White with #376663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376663; }

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

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

background-color css

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

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

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

border-color css

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

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

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