Html Css Color HEX #375A68 Blumine

📋 copy color: '#375A68'

red 55 ◦ green 90 ◦ blue 104

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

Shades of Blumine #375A68

Tints of Blumine #375A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 22.09%
G = 36.14%
B = 41.77%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#375A68 (or 0x375A68) is known color: Blumine. HEX triplet: 37, 5A and 68. RGB value is (55,90,104). Sum of RGB (Red+Green+Blue) = 55+90+104=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #375A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A68 is #C8A597. Grayscale: #515151. Windows color (decimal): -13149592 or 6838839. OLE color: 6838839.

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

Color convert

RGB 55 90 104 -
CMYK 0.47 0.13 0 0.59
HSL 197.14º 0.31% 0.31% -
HSV(B) 197.14º 0.47% 0.41% -
XYZ 7.73 9.12 14.45 -
YUV 81.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 55 90 104 0.47 0.13 0 0.59 197.14 0.31 0.31
Hex 37 5A 68 2F D 0 3B C5 1F 1F
Octal 67 132 150 57 15 0 73 305 37 37
Binary 110111 1011010 1101000 101111 1101 0 111011 11000101 11111 11111

Color Harmonies of #375A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A68

Black with #375A68

Text Example


Text Example

White with #375A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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