Html Css Color HEX #3A37BA Persian Blue

📋 copy color: '#3A37BA'

red 58 ◦ green 55 ◦ blue 186

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

Shades of Persian Blue #3A37BA

Tints of Persian Blue #3A37BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 19.4%
G = 18.39%
B = 62.21%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A37BA (or 0x3A37BA) is known color: Persian Blue. HEX triplet: 3A, 37 and BA. RGB value is (58,55,186). Sum of RGB (Red+Green+Blue) = 58+55+186=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A37BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37BA is #C5C845. Grayscale: #464646. Windows color (decimal): -12961862 or 12203834. OLE color: 12203834.

HSL color Cylindrical-coordinate representation of color #3A37BA: hue angle of 241.37º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A37BA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 55 186 -
CMYK 0.69 0.70 0 0.27
HSL 241.37º 0.54% 0.47% -
HSV(B) 241.37º 0.7% 0.73% -
XYZ 11.97 7.18 47.21 -
YUV 70.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 58 55 186 0.69 0.70 0 0.27 241.37 0.54 0.47
Hex 3A 37 BA 45 46 0 1B F1 36 2F
Octal 72 67 272 105 106 0 33 361 66 57
Binary 111010 110111 10111010 1000101 1000110 0 11011 11110001 110110 101111

Color Harmonies of #3A37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A37BA

Black with #3A37BA

Text Example


Text Example

White with #3A37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,55,186); }

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

background-color css

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

 a { background-color: rgb(58,55,186); }

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

border-color css

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

 span { border-color: rgb(58,55,186); }

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