Html Css Color HEX #37625E Oracle

📋 copy color: '#37625E'

red 55 ◦ green 98 ◦ blue 94

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

Shades of Oracle #37625E

Tints of Oracle #37625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.68%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 22.27%
G = 39.68%
B = 38.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#37625E (or 0x37625E) is known color: Oracle. HEX triplet: 37, 62 and 5E. RGB value is (55,98,94). Sum of RGB (Red+Green+Blue) = 55+98+94=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #37625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37625E is #C89DA1. Grayscale: #545454. Windows color (decimal): -13147554 or 6185527. OLE color: 6185527.

HSL color Cylindrical-coordinate representation of color #37625E: hue angle of 174.42º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37625E is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 98 94 -
CMYK 0.44 0 0.04 0.62
HSL 174.42º 0.28% 0.3% -
HSV(B) 174.42º 0.44% 0.38% -
XYZ 7.96 10.36 12.17 -
YUV 84.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 55 98 94 0.44 0 0.04 0.62 174.42 0.28 0.3
Hex 37 62 5E 2C 0 4 3E AE 1C 1E
Octal 67 142 136 54 0 4 76 256 34 36
Binary 110111 1100010 1011110 101100 0 100 111110 10101110 11100 11110

Color Harmonies of #37625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37625E

Black with #37625E

Text Example


Text Example

White with #37625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37625E; }

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

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

background-color css

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

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

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

border-color css

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

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

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