Html Css Color HEX #3A5382 Fun Blue

📋 copy color: '#3A5382'

red 58 ◦ green 83 ◦ blue 130

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

Shades of Fun Blue #3A5382

Tints of Fun Blue #3A5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 21.4%
G = 30.63%
B = 47.97%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A5382 (or 0x3A5382) is known color: Fun Blue. HEX triplet: 3A, 53 and 82. RGB value is (58,83,130). Sum of RGB (Red+Green+Blue) = 58+83+130=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A5382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5382 is #C5AC7D. Grayscale: #505050. Windows color (decimal): -12954750 or 8540986. OLE color: 8540986.

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

Color convert

RGB 58 83 130 -
CMYK 0.55 0.36 0 0.49
HSL 219.17º 0.38% 0.37% -
HSV(B) 219.17º 0.55% 0.51% -
XYZ 8.87 8.7 22.33 -
YUV 80.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 58 83 130 0.55 0.36 0 0.49 219.17 0.38 0.37
Hex 3A 53 82 37 24 0 31 DB 26 25
Octal 72 123 202 67 44 0 61 333 46 45
Binary 111010 1010011 10000010 110111 100100 0 110001 11011011 100110 100101

Color Harmonies of #3A5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5382

Black with #3A5382

Text Example


Text Example

White with #3A5382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,130); }

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

background-color css

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

 a { background-color: rgb(58,83,130); }

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

border-color css

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

 span { border-color: rgb(58,83,130); }

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