Html Css Color HEX #3039AB Persian Blue

📋 copy color: '#3039AB'

red 48 ◦ green 57 ◦ blue 171

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

Shades of Persian Blue #3039AB

Tints of Persian Blue #3039AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 17.39%
G = 20.65%
B = 61.96%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3039AB (or 0x3039AB) is known color: Persian Blue. HEX triplet: 30, 39 and AB. RGB value is (48,57,171). Sum of RGB (Red+Green+Blue) = 48+57+171=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #3039AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3039AB is #CFC654. Grayscale: #424242. Windows color (decimal): -13616725 or 11221296. OLE color: 11221296.

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

Color convert

RGB 48 57 171 -
CMYK 0.72 0.67 0 0.33
HSL 235.61º 0.56% 0.43% -
HSV(B) 235.61º 0.72% 0.67% -
XYZ 10.03 6.49 39.25 -
YUV 67.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 48 57 171 0.72 0.67 0 0.33 235.61 0.56 0.43
Hex 30 39 AB 48 43 0 21 EC 38 2B
Octal 60 71 253 110 103 0 41 354 70 53
Binary 110000 111001 10101011 1001000 1000011 0 100001 11101100 111000 101011

Color Harmonies of #3039AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039AB

Black with #3039AB

Text Example


Text Example

White with #3039AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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