Html Css Color HEX #375B5E Oracle

📋 copy color: '#375B5E'

red 55 ◦ green 91 ◦ blue 94

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

Shades of Oracle #375B5E

Tints of Oracle #375B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 22.92%
G = 37.92%
B = 39.17%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#375B5E (or 0x375B5E) is known color: Oracle. HEX triplet: 37, 5B and 5E. RGB value is (55,91,94). Sum of RGB (Red+Green+Blue) = 55+91+94=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #375B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B5E is #C8A4A1. Grayscale: #505050. Windows color (decimal): -13149346 or 6183735. OLE color: 6183735.

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

Color convert

RGB 55 91 94 -
CMYK 0.41 0.03 0 0.63
HSL 184.62º 0.26% 0.29% -
HSV(B) 184.62º 0.41% 0.37% -
XYZ 7.34 9.1 11.96 -
YUV 80.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 55 91 94 0.41 0.03 0 0.63 184.62 0.26 0.29
Hex 37 5B 5E 29 3 0 3F B9 1A 1D
Octal 67 133 136 51 3 0 77 271 32 35
Binary 110111 1011011 1011110 101001 11 0 111111 10111001 11010 11101

Color Harmonies of #375B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B5E

Black with #375B5E

Text Example


Text Example

White with #375B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,94); }

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

background-color css

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

 a { background-color: rgb(55,91,94); }

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

border-color css

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

 span { border-color: rgb(55,91,94); }

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