Html Css Color HEX #375C5D Oracle

📋 copy color: '#375C5D'

red 55 ◦ green 92 ◦ blue 93

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

Shades of Oracle #375C5D

Tints of Oracle #375C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 22.92%
G = 38.33%
B = 38.75%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#375C5D (or 0x375C5D) is known color: Oracle. HEX triplet: 37, 5C and 5D. RGB value is (55,92,93). Sum of RGB (Red+Green+Blue) = 55+92+93=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #375C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C5D is #C8A3A2. Grayscale: #515151. Windows color (decimal): -13149091 or 6118455. OLE color: 6118455.

HSL color Cylindrical-coordinate representation of color #375C5D: hue angle of 181.58º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375C5D is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 92 93 -
CMYK 0.41 0.01 0 0.64
HSL 181.58º 0.26% 0.29% -
HSV(B) 181.58º 0.41% 0.36% -
XYZ 7.38 9.26 11.75 -
YUV 81.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 55 92 93 0.41 0.01 0 0.64 181.58 0.26 0.29
Hex 37 5C 5D 29 1 0 40 B6 1A 1D
Octal 67 134 135 51 1 0 100 266 32 35
Binary 110111 1011100 1011101 101001 1 0 1000000 10110110 11010 11101

Color Harmonies of #375C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C5D

Black with #375C5D

Text Example


Text Example

White with #375C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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