Html Css Color HEX #3A527D Fun Blue

📋 copy color: '#3A527D'

red 58 ◦ green 82 ◦ blue 125

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

Shades of Fun Blue #3A527D

Tints of Fun Blue #3A527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 125 (49.22% from 255) = 47.17%

R = 21.89%
G = 30.94%
B = 47.17%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A527D (or 0x3A527D) is known color: Fun Blue. HEX triplet: 3A, 52 and 7D. RGB value is (58,82,125). Sum of RGB (Red+Green+Blue) = 58+82+125=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A527D is #C5AD82. Grayscale: #4F4F4F. Windows color (decimal): -12955011 or 8213050. OLE color: 8213050.

HSL color Cylindrical-coordinate representation of color #3A527D: hue angle of 218.51º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A527D is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 82 125 -
CMYK 0.54 0.34 0 0.51
HSL 218.51º 0.37% 0.36% -
HSV(B) 218.51º 0.54% 0.49% -
XYZ 8.46 8.41 20.58 -
YUV 79.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 58 82 125 0.54 0.34 0 0.51 218.51 0.37 0.36
Hex 3A 52 7D 36 22 0 33 DB 25 24
Octal 72 122 175 66 42 0 63 333 45 44
Binary 111010 1010010 1111101 110110 100010 0 110011 11011011 100101 100100

Color Harmonies of #3A527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A527D

Black with #3A527D

Text Example


Text Example

White with #3A527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,82,125); }

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

background-color css

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

 a { background-color: rgb(58,82,125); }

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

border-color css

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

 span { border-color: rgb(58,82,125); }

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