Html Css Color HEX #003AEB Persian Blue

📋 copy color: '#003AEB'

red 0 ◦ green 58 ◦ blue 235

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

Shades of Persian Blue #003AEB

Tints of Persian Blue #003AEB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 235 (92.19% from 255) = 80.2%

R = 0%
G = 19.8%
B = 80.2%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#003AEB (or 0x003AEB) is known color: Persian Blue. HEX triplet: 00, 3A and EB. RGB value is (0,58,235). Sum of RGB (Red+Green+Blue) = 0+58+235=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #003AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AEB is #FFC514. Grayscale: #3C3C3C. Windows color (decimal): -16762133 or 15415808. OLE color: 15415808.

HSL color Cylindrical-coordinate representation of color #003AEB: hue angle of 225.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AEB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 58 235 -
CMYK 1 0.75 0 0.08
HSL 225.19º 1% 0.46% -
HSV(B) 225.19º 1% 0.92% -
XYZ 16.51 9.02 79.47 -
YUV 60.84 226.28 84.61 -
System Red Green Blue C M Y K H S L
Decimal 0 58 235 1 0.75 0 0.08 225.19 1 0.46
Hex 0 3A EB 64 4B 0 8 E1 64 2E
Octal 0 72 353 144 113 0 10 341 144 56
Binary 0 111010 11101011 1100100 1001011 0 1000 11100001 1100100 101110

Color Harmonies of #003AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AEB

Black with #003AEB

Text Example


Text Example

White with #003AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003AEB; }

 p { color: rgb(0,58,235); }

 H1.HeaderClassName
 {
   color: #003AEB;
 }
 .AnyTagClassName
 {
   color: #003AEB;
 }
</style>

background-color css

<style>
 a { background-color: #003AEB; }

 a { background-color: rgb(0,58,235); }

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

border-color css

<style>
 span { border-color: #003AEB; }

 span { border-color: rgb(0,58,235); }

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