Html Css Color HEX #375759 Oracle

📋 copy color: '#375759'

red 55 ◦ green 87 ◦ blue 89

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

Shades of Oracle #375759

Tints of Oracle #375759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 23.81%
G = 37.66%
B = 38.53%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375759 (or 0x375759) is known color: Oracle. HEX triplet: 37, 57 and 59. RGB value is (55,87,89). Sum of RGB (Red+Green+Blue) = 55+87+89=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #375759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375759 is #C8A8A6. Grayscale: #4D4D4D. Windows color (decimal): -13150375 or 5855031. OLE color: 5855031.

HSL color Cylindrical-coordinate representation of color #375759: hue angle of 183.53º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375759 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 87 89 -
CMYK 0.38 0.02 0 0.65
HSL 183.53º 0.24% 0.28% -
HSV(B) 183.53º 0.38% 0.35% -
XYZ 6.79 8.35 10.71 -
YUV 77.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 55 87 89 0.38 0.02 0 0.65 183.53 0.24 0.28
Hex 37 57 59 26 2 0 41 B8 18 1C
Octal 67 127 131 46 2 0 101 270 30 34
Binary 110111 1010111 1011001 100110 10 0 1000001 10111000 11000 11100

Color Harmonies of #375759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375759

Black with #375759

Text Example


Text Example

White with #375759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375759; }

 p { color: rgb(55,87,89); }

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

background-color css

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

 a { background-color: rgb(55,87,89); }

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

border-color css

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

 span { border-color: rgb(55,87,89); }

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