Html Css Color HEX #003BEC Persian Blue

📋 copy color: '#003BEC'

red 0 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #003BEC

Tints of Persian Blue #003BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 236 (92.58% from 255) = 80%

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#003BEC (or 0x003BEC) is known color: Persian Blue. HEX triplet: 00, 3B and EC. RGB value is (0,59,236). Sum of RGB (Red+Green+Blue) = 0+59+236=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 236 (92.58% from 255 or 80% from 295); Max value from RGB is 236 - color contains mainly: blue. Hex color #003BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BEC is #FFC413. Grayscale: #3C3C3C. Windows color (decimal): -16761876 or 15481600. OLE color: 15481600.

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

Color convert

RGB 0 59 236 -
CMYK 1 0.75 0 0.07
HSL 225º 1% 0.46% -
HSV(B) 225º 1% 0.93% -
XYZ 16.7 9.18 80.25 -
YUV 61.54 226.45 84.11 -
System Red Green Blue C M Y K H S L
Decimal 0 59 236 1 0.75 0 0.07 225 1 0.46
Hex 0 3B EC 64 4B 0 7 E1 64 2E
Octal 0 73 354 144 113 0 7 341 144 56
Binary 0 111011 11101100 1100100 1001011 0 111 11100001 1100100 101110

Color Harmonies of #003BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BEC

Black with #003BEC

Text Example


Text Example

White with #003BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,59,236); }

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

background-color css

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

 a { background-color: rgb(0,59,236); }

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

border-color css

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

 span { border-color: rgb(0,59,236); }

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