Html Css Color HEX #3039AD Persian Blue

📋 copy color: '#3039AD'

red 48 ◦ green 57 ◦ blue 173

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

Shades of Persian Blue #3039AD

Tints of Persian Blue #3039AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 17.27%
G = 20.5%
B = 62.23%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3039AD (or 0x3039AD) is known color: Persian Blue. HEX triplet: 30, 39 and AD. RGB value is (48,57,173). Sum of RGB (Red+Green+Blue) = 48+57+173=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #3039AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3039AD is #CFC652. Grayscale: #434343. Windows color (decimal): -13616723 or 11352368. OLE color: 11352368.

HSL color Cylindrical-coordinate representation of color #3039AD: hue angle of 235.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3039AD is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 57 173 -
CMYK 0.72 0.67 0 0.32
HSL 235.68º 0.57% 0.43% -
HSV(B) 235.68º 0.72% 0.68% -
XYZ 10.22 6.57 40.26 -
YUV 67.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 48 57 173 0.72 0.67 0 0.32 235.68 0.57 0.43
Hex 30 39 AD 48 43 0 20 EC 39 2B
Octal 60 71 255 110 103 0 40 354 71 53
Binary 110000 111001 10101101 1001000 1000011 0 100000 11101100 111001 101011

Color Harmonies of #3039AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039AD

Black with #3039AD

Text Example


Text Example

White with #3039AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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