Html Css Color HEX #375153 Oracle

📋 copy color: '#375153'

red 55 ◦ green 81 ◦ blue 83

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

Shades of Oracle #375153

Tints of Oracle #375153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 25.11%
G = 36.99%
B = 37.9%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#375153 (or 0x375153) is known color: Oracle. HEX triplet: 37, 51 and 53. RGB value is (55,81,83). Sum of RGB (Red+Green+Blue) = 55+81+83=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #375153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375153 is #C8AEAC. Grayscale: #494949. Windows color (decimal): -13151917 or 5460279. OLE color: 5460279.

HSL color Cylindrical-coordinate representation of color #375153: hue angle of 184.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375153 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 81 83 -
CMYK 0.34 0.02 0 0.67
HSL 184.29º 0.2% 0.27% -
HSV(B) 184.29º 0.34% 0.33% -
XYZ 6.08 7.32 9.28 -
YUV 73.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 55 81 83 0.34 0.02 0 0.67 184.29 0.2 0.27
Hex 37 51 53 22 2 0 43 B8 14 1B
Octal 67 121 123 42 2 0 103 270 24 33
Binary 110111 1010001 1010011 100010 10 0 1000011 10111000 10100 11011

Color Harmonies of #375153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375153

Black with #375153

Text Example


Text Example

White with #375153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375153; }

 p { color: rgb(55,81,83); }

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

background-color css

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

 a { background-color: rgb(55,81,83); }

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

border-color css

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

 span { border-color: rgb(55,81,83); }

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