Html Css Color HEX #375253 Oracle

📋 copy color: '#375253'

red 55 ◦ green 82 ◦ blue 83

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

Shades of Oracle #375253

Tints of Oracle #375253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 25%
G = 37.27%
B = 37.73%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#375253 (or 0x375253) is known color: Oracle. HEX triplet: 37, 52 and 53. RGB value is (55,82,83). Sum of RGB (Red+Green+Blue) = 55+82+83=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #375253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375253 is #C8ADAC. Grayscale: #4A4A4A. Windows color (decimal): -13151661 or 5460535. OLE color: 5460535.

HSL color Cylindrical-coordinate representation of color #375253: hue angle of 182.14º 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 #375253 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 82 83 -
CMYK 0.34 0.01 0 0.67
HSL 182.14º 0.2% 0.27% -
HSV(B) 182.14º 0.34% 0.33% -
XYZ 6.15 7.47 9.3 -
YUV 74.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 55 82 83 0.34 0.01 0 0.67 182.14 0.2 0.27
Hex 37 52 53 22 1 0 43 B6 14 1B
Octal 67 122 123 42 1 0 103 266 24 33
Binary 110111 1010010 1010011 100010 1 0 1000011 10110110 10100 11011

Color Harmonies of #375253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375253

Black with #375253

Text Example


Text Example

White with #375253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375253; }

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

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

background-color css

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

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

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

border-color css

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

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

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