Html Css Color HEX #375B58 Oracle

📋 copy color: '#375B58'

red 55 ◦ green 91 ◦ blue 88

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

Shades of Oracle #375B58

Tints of Oracle #375B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.89%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 23.5%
G = 38.89%
B = 37.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#375B58 (or 0x375B58) is known color: Oracle. HEX triplet: 37, 5B and 58. RGB value is (55,91,88). Sum of RGB (Red+Green+Blue) = 55+91+88=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #375B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B58 is #C8A4A7. Grayscale: #4F4F4F. Windows color (decimal): -13149352 or 5790519. OLE color: 5790519.

HSL color Cylindrical-coordinate representation of color #375B58: hue angle of 175º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B58 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 91 88 -
CMYK 0.40 0 0.03 0.64
HSL 175º 0.25% 0.29% -
HSV(B) 175º 0.4% 0.36% -
XYZ 7.08 9 10.6 -
YUV 79.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 55 91 88 0.40 0 0.03 0.64 175 0.25 0.29
Hex 37 5B 58 28 0 3 40 AF 19 1D
Octal 67 133 130 50 0 3 100 257 31 35
Binary 110111 1011011 1011000 101000 0 11 1000000 10101111 11001 11101

Color Harmonies of #375B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B58

Black with #375B58

Text Example


Text Example

White with #375B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,88); }

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

background-color css

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

 a { background-color: rgb(55,91,88); }

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

border-color css

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

 span { border-color: rgb(55,91,88); }

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