Html Css Color HEX #003BCE Persian Blue

📋 copy color: '#003BCE'

red 0 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #003BCE

Tints of Persian Blue #003BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.74%

R = 0%
G = 22.26%
B = 77.74%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#003BCE (or 0x003BCE) is known color: Persian Blue. HEX triplet: 00, 3B and CE. RGB value is (0,59,206). Sum of RGB (Red+Green+Blue) = 0+59+206=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #003BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BCE is #FFC431. Grayscale: #393939. Windows color (decimal): -16761906 or 13515520. OLE color: 13515520.

HSL color Cylindrical-coordinate representation of color #003BCE: hue angle of 222.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BCE is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 59 206 -
CMYK 1 0.71 0 0.19
HSL 222.82º 1% 0.4% -
HSV(B) 222.82º 1% 0.81% -
XYZ 12.7 7.58 59.19 -
YUV 58.12 211.45 86.55 -
System Red Green Blue C M Y K H S L
Decimal 0 59 206 1 0.71 0 0.19 222.82 1 0.4
Hex 0 3B CE 64 47 0 13 DF 64 28
Octal 0 73 316 144 107 0 23 337 144 50
Binary 0 111011 11001110 1100100 1000111 0 10011 11011111 1100100 101000

Color Harmonies of #003BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BCE

Black with #003BCE

Text Example


Text Example

White with #003BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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