Html Css Color HEX #3042AD Persian Blue

📋 copy color: '#3042AD'

red 48 ◦ green 66 ◦ blue 173

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

Shades of Persian Blue #3042AD

Tints of Persian Blue #3042AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 16.72%
G = 23%
B = 60.28%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3042AD (or 0x3042AD) is known color: Persian Blue. HEX triplet: 30, 42 and AD. RGB value is (48,66,173). Sum of RGB (Red+Green+Blue) = 48+66+173=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #3042AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3042AD is #CFBD52. Grayscale: #484848. Windows color (decimal): -13614419 or 11354672. OLE color: 11354672.

HSL color Cylindrical-coordinate representation of color #3042AD: hue angle of 231.36º 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 #3042AD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 66 173 -
CMYK 0.72 0.62 0 0.32
HSL 231.36º 0.57% 0.43% -
HSV(B) 231.36º 0.72% 0.68% -
XYZ 10.71 7.54 40.43 -
YUV 72.82 184.54 110.3 -
System Red Green Blue C M Y K H S L
Decimal 48 66 173 0.72 0.62 0 0.32 231.36 0.57 0.43
Hex 30 42 AD 48 3E 0 20 E7 39 2B
Octal 60 102 255 110 76 0 40 347 71 53
Binary 110000 1000010 10101101 1001000 111110 0 100000 11100111 111001 101011

Color Harmonies of #3042AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3042AD

Black with #3042AD

Text Example


Text Example

White with #3042AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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