Html Css Color HEX #003BE7 Persian Blue

📋 copy color: '#003BE7'

red 0 ◦ green 59 ◦ blue 231

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

Shades of Persian Blue #003BE7

Tints of Persian Blue #003BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 79.66%

R = 0%
G = 20.34%
B = 79.66%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#003BE7 (or 0x003BE7) is known color: Persian Blue. HEX triplet: 00, 3B and E7. RGB value is (0,59,231). Sum of RGB (Red+Green+Blue) = 0+59+231=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 231 (90.62% from 255 or 79.66% from 290); Max value from RGB is 231 - color contains mainly: blue. Hex color #003BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BE7 is #FFC418. Grayscale: #3C3C3C. Windows color (decimal): -16761881 or 15153920. OLE color: 15153920.

HSL color Cylindrical-coordinate representation of color #003BE7: hue angle of 224.68º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BE7 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 59 231 -
CMYK 1 0.74 0 0.09
HSL 224.68º 1% 0.45% -
HSV(B) 224.68º 1% 0.91% -
XYZ 15.99 8.9 76.48 -
YUV 60.97 223.95 84.51 -
System Red Green Blue C M Y K H S L
Decimal 0 59 231 1 0.74 0 0.09 224.68 1 0.45
Hex 0 3B E7 64 4A 0 9 E1 64 2D
Octal 0 73 347 144 112 0 11 341 144 55
Binary 0 111011 11100111 1100100 1001010 0 1001 11100001 1100100 101101

Color Harmonies of #003BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BE7

Black with #003BE7

Text Example


Text Example

White with #003BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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