Html Css Color HEX #375F67 Smalt Blue

📋 copy color: '#375F67'

red 55 ◦ green 95 ◦ blue 103

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

Shades of Smalt Blue #375F67

Tints of Smalt Blue #375F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 21.74%
G = 37.55%
B = 40.71%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375F67 (or 0x375F67) is known color: Smalt Blue. HEX triplet: 37, 5F and 67. RGB value is (55,95,103). Sum of RGB (Red+Green+Blue) = 55+95+103=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #375F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F67 is #C8A098. Grayscale: #535353. Windows color (decimal): -13148313 or 6774583. OLE color: 6774583.

HSL color Cylindrical-coordinate representation of color #375F67: hue angle of 190º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375F67 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 95 103 -
CMYK 0.47 0.08 0 0.60
HSL 190º 0.3% 0.31% -
HSV(B) 190º 0.47% 0.4% -
XYZ 8.12 9.98 14.33 -
YUV 83.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 55 95 103 0.47 0.08 0 0.60 190 0.3 0.31
Hex 37 5F 67 2F 8 0 3C BE 1E 1F
Octal 67 137 147 57 10 0 74 276 36 37
Binary 110111 1011111 1100111 101111 1000 0 111100 10111110 11110 11111

Color Harmonies of #375F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F67

Black with #375F67

Text Example


Text Example

White with #375F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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