Html Css Color HEX #3033AB Persian Blue

📋 copy color: '#3033AB'

red 48 ◦ green 51 ◦ blue 171

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

Shades of Persian Blue #3033AB

Tints of Persian Blue #3033AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 17.78%
G = 18.89%
B = 63.33%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3033AB (or 0x3033AB) is known color: Persian Blue. HEX triplet: 30, 33 and AB. RGB value is (48,51,171). Sum of RGB (Red+Green+Blue) = 48+51+171=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3033AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3033AB is #CFCC54. Grayscale: #3F3F3F. Windows color (decimal): -13618261 or 11219760. OLE color: 11219760.

HSL color Cylindrical-coordinate representation of color #3033AB: hue angle of 238.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3033AB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 51 171 -
CMYK 0.72 0.70 0 0.33
HSL 238.54º 0.56% 0.43% -
HSV(B) 238.54º 0.72% 0.67% -
XYZ 9.75 5.94 39.16 -
YUV 63.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 48 51 171 0.72 0.70 0 0.33 238.54 0.56 0.43
Hex 30 33 AB 48 46 0 21 EF 38 2B
Octal 60 63 253 110 106 0 41 357 70 53
Binary 110000 110011 10101011 1001000 1000110 0 100001 11101111 111000 101011

Color Harmonies of #3033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3033AB

Black with #3033AB

Text Example


Text Example

White with #3033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3033AB; }

 p { color: rgb(48,51,171); }

 H1.HeaderClassName
 {
   color: #3033AB;
 }
 .AnyTagClassName
 {
   color: #3033AB;
 }
</style>

background-color css

<style>
 a { background-color: #3033AB; }

 a { background-color: rgb(48,51,171); }

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

border-color css

<style>
 span { border-color: #3033AB; }

 span { border-color: rgb(48,51,171); }

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