Html Css Color HEX #375F5C Oracle

📋 copy color: '#375F5C'

red 55 ◦ green 95 ◦ blue 92

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

Shades of Oracle #375F5C

Tints of Oracle #375F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.26%

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 22.73%
G = 39.26%
B = 38.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#375F5C (or 0x375F5C) is known color: Oracle. HEX triplet: 37, 5F and 5C. RGB value is (55,95,92). Sum of RGB (Red+Green+Blue) = 55+95+92=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #375F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F5C is #C8A0A3. Grayscale: #525252. Windows color (decimal): -13148324 or 6053687. OLE color: 6053687.

HSL color Cylindrical-coordinate representation of color #375F5C: hue angle of 175.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F5C is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 95 92 -
CMYK 0.42 0 0.03 0.63
HSL 175.5º 0.27% 0.29% -
HSV(B) 175.5º 0.42% 0.37% -
XYZ 7.6 9.77 11.61 -
YUV 82.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 55 95 92 0.42 0 0.03 0.63 175.5 0.27 0.29
Hex 37 5F 5C 2A 0 3 3F B0 1B 1D
Octal 67 137 134 52 0 3 77 260 33 35
Binary 110111 1011111 1011100 101010 0 11 111111 10110000 11011 11101

Color Harmonies of #375F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F5C

Black with #375F5C

Text Example


Text Example

White with #375F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375F5C; }

 p { color: rgb(55,95,92); }

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

background-color css

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

 a { background-color: rgb(55,95,92); }

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

border-color css

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

 span { border-color: rgb(55,95,92); }

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