Html Css Color HEX #062BE3 Persian Blue

📋 copy color: '#062BE3'

red 6 ◦ green 43 ◦ blue 227

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

Shades of Persian Blue #062BE3

Tints of Persian Blue #062BE3

RGB

 RED value IS 6 (2.73% from 255) = 2.17%

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

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

R = 2.17%
G = 15.58%
B = 82.25%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#062BE3 (or 0x062BE3) is known color: Persian Blue. HEX triplet: 06, 2B and E3. RGB value is (6,43,227). Sum of RGB (Red+Green+Blue) = 6+43+227=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 227 (89.06% from 255 or 82.25% from 276); Max value from RGB is 227 - color contains mainly: blue. Hex color #062BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BE3 is #F9D41C. Grayscale: #343434. Windows color (decimal): -16372765 or 14887686. OLE color: 14887686.

HSL color Cylindrical-coordinate representation of color #062BE3: hue angle of 229.95º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BE3 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 43 227 -
CMYK 0.97 0.81 0 0.11
HSL 229.95º 0.95% 0.46% -
HSV(B) 229.95º 0.97% 0.89% -
XYZ 14.8 7.31 73.3 -
YUV 52.91 226.24 94.54 -
System Red Green Blue C M Y K H S L
Decimal 6 43 227 0.97 0.81 0 0.11 229.95 0.95 0.46
Hex 6 2B E3 61 51 0 B E6 5F 2E
Octal 6 53 343 141 121 0 13 346 137 56
Binary 110 101011 11100011 1100001 1010001 0 1011 11100110 1011111 101110

Color Harmonies of #062BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BE3

Black with #062BE3

Text Example


Text Example

White with #062BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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