Html Css Color HEX #033BCE Persian Blue

📋 copy color: '#033BCE'

red 3 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #033BCE

Tints of Persian Blue #033BCE

RGB

 RED value IS 3 (1.56% from 255) = 1.12%

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

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

R = 1.12%
G = 22.01%
B = 76.87%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#033BCE (or 0x033BCE) is known color: Persian Blue. HEX triplet: 03, 3B and CE. RGB value is (3,59,206). Sum of RGB (Red+Green+Blue) = 3+59+206=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #033BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BCE is #FCC431. Grayscale: #3A3A3A. Windows color (decimal): -16565298 or 13515523. OLE color: 13515523.

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

Color convert

RGB 3 59 206 -
CMYK 0.99 0.71 0 0.19
HSL 223.45º 0.97% 0.41% -
HSV(B) 223.45º 0.99% 0.81% -
XYZ 12.74 7.6 59.19 -
YUV 59.01 210.95 88.05 -
System Red Green Blue C M Y K H S L
Decimal 3 59 206 0.99 0.71 0 0.19 223.45 0.97 0.41
Hex 3 3B CE 63 47 0 13 DF 61 29
Octal 3 73 316 143 107 0 23 337 141 51
Binary 11 111011 11001110 1100011 1000111 0 10011 11011111 1100001 101001

Color Harmonies of #033BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BCE

Black with #033BCE

Text Example


Text Example

White with #033BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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