Html Css Color HEX #3A30BE Persian Blue

📋 copy color: '#3A30BE'

red 58 ◦ green 48 ◦ blue 190

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

Shades of Persian Blue #3A30BE

Tints of Persian Blue #3A30BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 19.59%
G = 16.22%
B = 64.19%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A30BE (or 0x3A30BE) is known color: Persian Blue. HEX triplet: 3A, 30 and BE. RGB value is (58,48,190). Sum of RGB (Red+Green+Blue) = 58+48+190=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A30BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30BE is #C5CF41. Grayscale: #424242. Windows color (decimal): -12963650 or 12464186. OLE color: 12464186.

HSL color Cylindrical-coordinate representation of color #3A30BE: hue angle of 244.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A30BE is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 48 190 -
CMYK 0.69 0.75 0 0.25
HSL 244.23º 0.6% 0.47% -
HSV(B) 244.23º 0.75% 0.75% -
XYZ 12.1 6.73 49.38 -
YUV 67.18 197.31 121.45 -
System Red Green Blue C M Y K H S L
Decimal 58 48 190 0.69 0.75 0 0.25 244.23 0.6 0.47
Hex 3A 30 BE 45 4B 0 19 F4 3C 2F
Octal 72 60 276 105 113 0 31 364 74 57
Binary 111010 110000 10111110 1000101 1001011 0 11001 11110100 111100 101111

Color Harmonies of #3A30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A30BE

Black with #3A30BE

Text Example


Text Example

White with #3A30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,190); }

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

background-color css

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

 a { background-color: rgb(58,48,190); }

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

border-color css

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

 span { border-color: rgb(58,48,190); }

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