Html Css Color HEX #042BE3 Persian Blue

📋 copy color: '#042BE3'

red 4 ◦ green 43 ◦ blue 227

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

Shades of Persian Blue #042BE3

Tints of Persian Blue #042BE3

RGB

 RED value IS 4 (1.95% from 255) = 1.46%

 GREEN value IS 43 (17.19% from 255) = 15.69%

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

R = 1.46%
G = 15.69%
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

#042BE3 (or 0x042BE3) is known color: Persian Blue. HEX triplet: 04, 2B and E3. RGB value is (4,43,227). Sum of RGB (Red+Green+Blue) = 4+43+227=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 43 (17.19% from 255 or 15.69% 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 #042BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BE3 is #FBD41C. Grayscale: #333333. Windows color (decimal): -16503837 or 14887684. OLE color: 14887684.

HSL color Cylindrical-coordinate representation of color #042BE3: hue angle of 229.51º degrees, saturation: 0.97, 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 #042BE3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 43 227 -
CMYK 0.98 0.81 0 0.11
HSL 229.51º 0.97% 0.45% -
HSV(B) 229.51º 0.98% 0.89% -
XYZ 14.78 7.3 73.3 -
YUV 52.32 226.58 93.54 -
System Red Green Blue C M Y K H S L
Decimal 4 43 227 0.98 0.81 0 0.11 229.51 0.97 0.45
Hex 4 2B E3 62 51 0 B E6 61 2D
Octal 4 53 343 142 121 0 13 346 141 55
Binary 100 101011 11100011 1100010 1010001 0 1011 11100110 1100001 101101

Color Harmonies of #042BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BE3

Black with #042BE3

Text Example


Text Example

White with #042BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042BE3; }

 p { color: rgb(4,43,227); }

 H1.HeaderClassName
 {
   color: #042BE3;
 }
 .AnyTagClassName
 {
   color: #042BE3;
 }
</style>

background-color css

<style>
 a { background-color: #042BE3; }

 a { background-color: rgb(4,43,227); }

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

border-color css

<style>
 span { border-color: #042BE3; }

 span { border-color: rgb(4,43,227); }

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