Html Css Color HEX #052AE3 Persian Blue

📋 copy color: '#052AE3'

red 5 ◦ green 42 ◦ blue 227

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

Shades of Persian Blue #052AE3

Tints of Persian Blue #052AE3

RGB

 RED value IS 5 (2.34% from 255) = 1.82%

 GREEN value IS 42 (16.8% from 255) = 15.33%

 BLUE value IS 227 (89.06% from 255) = 82.85%

R = 1.82%
G = 15.33%
B = 82.85%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#052AE3 (or 0x052AE3) is known color: Persian Blue. HEX triplet: 05, 2A and E3. RGB value is (5,42,227). Sum of RGB (Red+Green+Blue) = 5+42+227=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 227 (89.06% from 255 or 82.85% from 274); Max value from RGB is 227 - color contains mainly: blue. Hex color #052AE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AE3 is #FAD51C. Grayscale: #333333. Windows color (decimal): -16438557 or 14887429. OLE color: 14887429.

HSL color Cylindrical-coordinate representation of color #052AE3: hue angle of 230º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AE3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 42 227 -
CMYK 0.98 0.81 0 0.11
HSL 230º 0.96% 0.45% -
HSV(B) 230º 0.98% 0.89% -
XYZ 14.76 7.23 73.29 -
YUV 52.03 226.74 94.46 -
System Red Green Blue C M Y K H S L
Decimal 5 42 227 0.98 0.81 0 0.11 230 0.96 0.45
Hex 5 2A E3 62 51 0 B E6 60 2D
Octal 5 52 343 142 121 0 13 346 140 55
Binary 101 101010 11100011 1100010 1010001 0 1011 11100110 1100000 101101

Color Harmonies of #052AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AE3

Black with #052AE3

Text Example


Text Example

White with #052AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052AE3; }

 p { color: rgb(5,42,227); }

 H1.HeaderClassName
 {
   color: #052AE3;
 }
 .AnyTagClassName
 {
   color: #052AE3;
 }
</style>

background-color css

<style>
 a { background-color: #052AE3; }

 a { background-color: rgb(5,42,227); }

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

border-color css

<style>
 span { border-color: #052AE3; }

 span { border-color: rgb(5,42,227); }

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