Html Css Color HEX #375C69 Blumine

📋 copy color: '#375C69'

red 55 ◦ green 92 ◦ blue 105

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

Shades of Blumine #375C69

Tints of Blumine #375C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 21.83%
G = 36.51%
B = 41.67%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375C69 (or 0x375C69) is known color: Blumine. HEX triplet: 37, 5C and 69. RGB value is (55,92,105). Sum of RGB (Red+Green+Blue) = 55+92+105=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #375C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C69 is #C8A396. Grayscale: #525252. Windows color (decimal): -13149079 or 6904887. OLE color: 6904887.

HSL color Cylindrical-coordinate representation of color #375C69: hue angle of 195.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375C69 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 92 105 -
CMYK 0.48 0.12 0 0.59
HSL 195.6º 0.31% 0.31% -
HSV(B) 195.6º 0.48% 0.41% -
XYZ 7.95 9.49 14.78 -
YUV 82.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 55 92 105 0.48 0.12 0 0.59 195.6 0.31 0.31
Hex 37 5C 69 30 C 0 3B C4 1F 1F
Octal 67 134 151 60 14 0 73 304 37 37
Binary 110111 1011100 1101001 110000 1100 0 111011 11000100 11111 11111

Color Harmonies of #375C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C69

Black with #375C69

Text Example


Text Example

White with #375C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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