Html Css Color HEX #3A6072 Blumine

📋 copy color: '#3A6072'

red 58 ◦ green 96 ◦ blue 114

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

Shades of Blumine #3A6072

Tints of Blumine #3A6072

RGB

 RED value IS 58 (23.05% from 255) = 21.64%

 GREEN value IS 96 (37.89% from 255) = 35.82%

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 21.64%
G = 35.82%
B = 42.54%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6072 (or 0x3A6072) is known color: Blumine. HEX triplet: 3A, 60 and 72. RGB value is (58,96,114). Sum of RGB (Red+Green+Blue) = 58+96+114=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6072 is #C59F8D. Grayscale: #565656. Windows color (decimal): -12951438 or 7495738. OLE color: 7495738.

HSL color Cylindrical-coordinate representation of color #3A6072: hue angle of 199.29º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A6072 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 96 114 -
CMYK 0.49 0.16 0 0.55
HSL 199.29º 0.33% 0.34% -
HSV(B) 199.29º 0.49% 0.45% -
XYZ 8.97 10.48 17.47 -
YUV 86.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 58 96 114 0.49 0.16 0 0.55 199.29 0.33 0.34
Hex 3A 60 72 31 10 0 37 C7 21 22
Octal 72 140 162 61 20 0 67 307 41 42
Binary 111010 1100000 1110010 110001 10000 0 110111 11000111 100001 100010

Color Harmonies of #3A6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6072

Black with #3A6072

Text Example


Text Example

White with #3A6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A6072; }

 p { color: rgb(58,96,114); }

 H1.HeaderClassName
 {
   color: #3A6072;
 }
 .AnyTagClassName
 {
   color: #3A6072;
 }
</style>

background-color css

<style>
 a { background-color: #3A6072; }

 a { background-color: rgb(58,96,114); }

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

border-color css

<style>
 span { border-color: #3A6072; }

 span { border-color: rgb(58,96,114); }

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