Html Css Color HEX #3040AB Persian Blue

📋 copy color: '#3040AB'

red 48 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #3040AB

Tints of Persian Blue #3040AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 16.96%
G = 22.61%
B = 60.42%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3040AB (or 0x3040AB) is known color: Persian Blue. HEX triplet: 30, 40 and AB. RGB value is (48,64,171). Sum of RGB (Red+Green+Blue) = 48+64+171=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #3040AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3040AB is #CFBF54. Grayscale: #464646. Windows color (decimal): -13614933 or 11223088. OLE color: 11223088.

HSL color Cylindrical-coordinate representation of color #3040AB: hue angle of 232.2º 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 #3040AB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 64 171 -
CMYK 0.72 0.63 0 0.33
HSL 232.2º 0.56% 0.43% -
HSV(B) 232.2º 0.72% 0.67% -
XYZ 10.4 7.24 39.38 -
YUV 71.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 48 64 171 0.72 0.63 0 0.33 232.2 0.56 0.43
Hex 30 40 AB 48 3F 0 21 E8 38 2B
Octal 60 100 253 110 77 0 41 350 70 53
Binary 110000 1000000 10101011 1001000 111111 0 100001 11101000 111000 101011

Color Harmonies of #3040AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3040AB

Black with #3040AB

Text Example


Text Example

White with #3040AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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