Html Css Color HEX #375C5F Oracle

📋 copy color: '#375C5F'

red 55 ◦ green 92 ◦ blue 95

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

Shades of Oracle #375C5F

Tints of Oracle #375C5F

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #375C5F: hue angle of 184.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 #375C5F is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 92 95 -
CMYK 0.42 0.03 0 0.63
HSL 184.5º 0.27% 0.29% -
HSV(B) 184.5º 0.42% 0.37% -
XYZ 7.47 9.29 12.23 -
YUV 81.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 55 92 95 0.42 0.03 0 0.63 184.5 0.27 0.29
Hex 37 5C 5F 2A 3 0 3F B8 1B 1D
Octal 67 134 137 52 3 0 77 270 33 35
Binary 110111 1011100 1011111 101010 11 0 111111 10111000 11011 11101

Color Harmonies of #375C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C5F

Black with #375C5F

Text Example


Text Example

White with #375C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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