Html Css Color HEX #3A30BD Persian Blue

📋 copy color: '#3A30BD'

red 58 ◦ green 48 ◦ blue 189

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

Shades of Persian Blue #3A30BD

Tints of Persian Blue #3A30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 19.66%
G = 16.27%
B = 64.07%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A30BD (or 0x3A30BD) is known color: Persian Blue. HEX triplet: 3A, 30 and BD. RGB value is (58,48,189). Sum of RGB (Red+Green+Blue) = 58+48+189=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A30BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30BD is #C5CF42. Grayscale: #424242. Windows color (decimal): -12963651 or 12398650. OLE color: 12398650.

HSL color Cylindrical-coordinate representation of color #3A30BD: hue angle of 244.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A30BD is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 48 189 -
CMYK 0.69 0.75 0 0.26
HSL 244.26º 0.59% 0.46% -
HSV(B) 244.26º 0.75% 0.74% -
XYZ 11.99 6.69 48.8 -
YUV 67.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 58 48 189 0.69 0.75 0 0.26 244.26 0.59 0.46
Hex 3A 30 BD 45 4B 0 1A F4 3B 2E
Octal 72 60 275 105 113 0 32 364 73 56
Binary 111010 110000 10111101 1000101 1001011 0 11010 11110100 111011 101110

Color Harmonies of #3A30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A30BD

Black with #3A30BD

Text Example


Text Example

White with #3A30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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