#375458

Color #375458 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #375458

Tints of Oracle #375458

Color information

#375458 (or 0x375458) is unknown color: approx Oracle. HEX triplet: 37, 54 and 58. RGB value is (55,84,88). Sum of RGB (Red+Green+Blue) = 55+84+88=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #375458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375458 is #C8ABA7. Grayscale: #4B4B4B. Windows color (decimal): -13151144 or 5788727. OLE color: 5788727.

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

Color convert

RGB558488-
CMYK0.380.0500.65
HSL187.27º23.08%28.04%-
HSV(B)187.27º37.5%34.51%-
XYZ6.517.8610.41-
YUV75.78134.89113.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=24.23%
G=37.00%
B=38.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5584880.380.0500.65187.2723.0828.04
Hex375458265041bb171c
Octal6712413046501012732734
Binary1101111010100101100010011010101000001101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375458; }

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

 H1.HeaderClassName
 {
   color: #375458;
 }
 .AnyTagClassName
 {
   color: #375458;
 }
</style>
background-color css

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

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

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

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

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

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