Html Css Color HEX #3026AA Persian Blue

📋 copy color: '#3026AA'

red 48 ◦ green 38 ◦ blue 170

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

Shades of Persian Blue #3026AA

Tints of Persian Blue #3026AA

RGB

 RED value IS 48 (19.14% from 255) = 18.75%

 GREEN value IS 38 (15.23% from 255) = 14.84%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 18.75%
G = 14.84%
B = 66.41%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3026AA (or 0x3026AA) is known color: Persian Blue. HEX triplet: 30, 26 and AA. RGB value is (48,38,170). Sum of RGB (Red+Green+Blue) = 48+38+170=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #3026AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3026AA is #CFD955. Grayscale: #373737. Windows color (decimal): -13621590 or 11150896. OLE color: 11150896.

HSL color Cylindrical-coordinate representation of color #3026AA: hue angle of 244.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3026AA is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 38 170 -
CMYK 0.72 0.78 0 0.33
HSL 244.55º 0.63% 0.41% -
HSV(B) 244.55º 0.78% 0.67% -
XYZ 9.17 4.92 38.5 -
YUV 56.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 48 38 170 0.72 0.78 0 0.33 244.55 0.63 0.41
Hex 30 26 AA 48 4E 0 21 F5 3F 29
Octal 60 46 252 110 116 0 41 365 77 51
Binary 110000 100110 10101010 1001000 1001110 0 100001 11110101 111111 101001

Color Harmonies of #3026AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3026AA

Black with #3026AA

Text Example


Text Example

White with #3026AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3026AA; }

 p { color: rgb(48,38,170); }

 H1.HeaderClassName
 {
   color: #3026AA;
 }
 .AnyTagClassName
 {
   color: #3026AA;
 }
</style>

background-color css

<style>
 a { background-color: #3026AA; }

 a { background-color: rgb(48,38,170); }

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

border-color css

<style>
 span { border-color: #3026AA; }

 span { border-color: rgb(48,38,170); }

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