Html Css Color HEX #376662 Oracle

📋 copy color: '#376662'

red 55 ◦ green 102 ◦ blue 98

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

Shades of Oracle #376662

Tints of Oracle #376662

RGB

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

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

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

R = 21.57%
G = 40%
B = 38.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#376662 (or 0x376662) is known color: Oracle. HEX triplet: 37, 66 and 62. RGB value is (55,102,98). Sum of RGB (Red+Green+Blue) = 55+102+98=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #376662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376662 is #C8999D. Grayscale: #575757. Windows color (decimal): -13146526 or 6448695. OLE color: 6448695.

HSL color Cylindrical-coordinate representation of color #376662: hue angle of 174.89º 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 #376662 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 102 98 -
CMYK 0.46 0 0.04 0.6
HSL 174.89º 0.3% 0.31% -
HSV(B) 174.89º 0.46% 0.4% -
XYZ 8.53 11.2 13.27 -
YUV 87.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 55 102 98 0.46 0 0.04 0.6 174.89 0.3 0.31
Hex 37 66 62 2E 0 4 3C AF 1E 1F
Octal 67 146 142 56 0 4 74 257 36 37
Binary 110111 1100110 1100010 101110 0 100 111100 10101111 11110 11111

Color Harmonies of #376662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376662

Black with #376662

Text Example


Text Example

White with #376662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376662; }

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

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

background-color css

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

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

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

border-color css

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

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

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