Html Css Color HEX #375052 Oracle

📋 copy color: '#375052'

red 55 ◦ green 80 ◦ blue 82

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

Shades of Oracle #375052

Tints of Oracle #375052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 25.35%
G = 36.87%
B = 37.79%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#375052 (or 0x375052) is known color: Oracle. HEX triplet: 37, 50 and 52. RGB value is (55,80,82). Sum of RGB (Red+Green+Blue) = 55+80+82=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #375052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375052 is #C8AFAD. Grayscale: #484848. Windows color (decimal): -13152174 or 5394487. OLE color: 5394487.

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

Color convert

RGB 55 80 82 -
CMYK 0.33 0.02 0 0.68
HSL 184.44º 0.2% 0.27% -
HSV(B) 184.44º 0.33% 0.32% -
XYZ 5.97 7.16 9.05 -
YUV 72.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 55 80 82 0.33 0.02 0 0.68 184.44 0.2 0.27
Hex 37 50 52 21 2 0 44 B8 14 1B
Octal 67 120 122 41 2 0 104 270 24 33
Binary 110111 1010000 1010010 100001 10 0 1000100 10111000 10100 11011

Color Harmonies of #375052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375052

Black with #375052

Text Example


Text Example

White with #375052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375052; }

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

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

background-color css

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

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

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

border-color css

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

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

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