Html Css Color HEX #375857 Oracle

📋 copy color: '#375857'

red 55 ◦ green 88 ◦ blue 87

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

Shades of Oracle #375857

Tints of Oracle #375857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

 BLUE value IS 87 (34.38% from 255) = 37.83%

R = 23.91%
G = 38.26%
B = 37.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#375857 (or 0x375857) is known color: Oracle. HEX triplet: 37, 58 and 57. RGB value is (55,88,87). Sum of RGB (Red+Green+Blue) = 55+88+87=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #375857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375857 is #C8A7A8. Grayscale: #4D4D4D. Windows color (decimal): -13150121 or 5724215. OLE color: 5724215.

HSL color Cylindrical-coordinate representation of color #375857: hue angle of 178.18º degrees, saturation: 0.23, 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 #375857 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 87 -
CMYK 0.38 0 0.01 0.65
HSL 178.18º 0.23% 0.28% -
HSV(B) 178.18º 0.38% 0.35% -
XYZ 6.79 8.48 10.3 -
YUV 78.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 55 88 87 0.38 0 0.01 0.65 178.18 0.23 0.28
Hex 37 58 57 26 0 1 41 B2 17 1C
Octal 67 130 127 46 0 1 101 262 27 34
Binary 110111 1011000 1010111 100110 0 1 1000001 10110010 10111 11100

Color Harmonies of #375857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375857

Black with #375857

Text Example


Text Example

White with #375857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375857; }

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

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

background-color css

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

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

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

border-color css

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

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

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