Html Css Color HEX #375E61 Oracle

📋 copy color: '#375E61'

red 55 ◦ green 94 ◦ blue 97

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

Shades of Oracle #375E61

Tints of Oracle #375E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.21%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 22.36%
G = 38.21%
B = 39.43%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375E61 (or 0x375E61) is known color: Oracle. HEX triplet: 37, 5E and 61. RGB value is (55,94,97). Sum of RGB (Red+Green+Blue) = 55+94+97=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #375E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E61 is #C8A19E. Grayscale: #525252. Windows color (decimal): -13148575 or 6381111. OLE color: 6381111.

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

Color convert

RGB 55 94 97 -
CMYK 0.43 0.03 0 0.62
HSL 184.29º 0.28% 0.3% -
HSV(B) 184.29º 0.43% 0.38% -
XYZ 7.74 9.68 12.77 -
YUV 82.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 55 94 97 0.43 0.03 0 0.62 184.29 0.28 0.3
Hex 37 5E 61 2B 3 0 3E B8 1C 1E
Octal 67 136 141 53 3 0 76 270 34 36
Binary 110111 1011110 1100001 101011 11 0 111110 10111000 11100 11110

Color Harmonies of #375E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E61

Black with #375E61

Text Example


Text Example

White with #375E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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