Html Css Color HEX #3A636E Blumine

📋 copy color: '#3A636E'

red 58 ◦ green 99 ◦ blue 110

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

Shades of Blumine #3A636E

Tints of Blumine #3A636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 21.72%
G = 37.08%
B = 41.2%

CMYK

 C value IS 0.47

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A636E (or 0x3A636E) is known color: Blumine. HEX triplet: 3A, 63 and 6E. RGB value is (58,99,110). Sum of RGB (Red+Green+Blue) = 58+99+110=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A636E is #C59C91. Grayscale: #575757. Windows color (decimal): -12950674 or 7234362. OLE color: 7234362.

HSL color Cylindrical-coordinate representation of color #3A636E: hue angle of 192.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A636E is Cyan = 0.47, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 99 110 -
CMYK 0.47 0.1 0 0.57
HSL 192.69º 0.31% 0.33% -
HSV(B) 192.69º 0.47% 0.43% -
XYZ 9.02 10.95 16.39 -
YUV 88 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 58 99 110 0.47 0.1 0 0.57 192.69 0.31 0.33
Hex 3A 63 6E 2F A 0 39 C1 1F 21
Octal 72 143 156 57 12 0 71 301 37 41
Binary 111010 1100011 1101110 101111 1010 0 111001 11000001 11111 100001

Color Harmonies of #3A636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A636E

Black with #3A636E

Text Example


Text Example

White with #3A636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,99,110); }

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

background-color css

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

 a { background-color: rgb(58,99,110); }

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

border-color css

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

 span { border-color: rgb(58,99,110); }

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