Html Css Color HEX #375A5D Oracle

📋 copy color: '#375A5D'

red 55 ◦ green 90 ◦ blue 93

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

Shades of Oracle #375A5D

Tints of Oracle #375A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 23.11%
G = 37.82%
B = 39.08%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#375A5D (or 0x375A5D) is known color: Oracle. HEX triplet: 37, 5A and 5D. RGB value is (55,90,93). Sum of RGB (Red+Green+Blue) = 55+90+93=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #375A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A5D is #C8A5A2. Grayscale: #4F4F4F. Windows color (decimal): -13149603 or 6117943. OLE color: 6117943.

HSL color Cylindrical-coordinate representation of color #375A5D: hue angle of 184.74º 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 #375A5D is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 90 93 -
CMYK 0.41 0.03 0 0.64
HSL 184.74º 0.26% 0.29% -
HSV(B) 184.74º 0.41% 0.36% -
XYZ 7.21 8.91 11.7 -
YUV 79.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 55 90 93 0.41 0.03 0 0.64 184.74 0.26 0.29
Hex 37 5A 5D 29 3 0 40 B9 1A 1D
Octal 67 132 135 51 3 0 100 271 32 35
Binary 110111 1011010 1011101 101001 11 0 1000000 10111001 11010 11101

Color Harmonies of #375A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A5D

Black with #375A5D

Text Example


Text Example

White with #375A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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