Html Css Color HEX #033BCF Persian Blue

📋 copy color: '#033BCF'

red 3 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #033BCF

Tints of Persian Blue #033BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.95%

R = 1.12%
G = 21.93%
B = 76.95%

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

#033BCF (or 0x033BCF) is known color: Persian Blue. HEX triplet: 03, 3B and CF. RGB value is (3,59,207). Sum of RGB (Red+Green+Blue) = 3+59+207=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #033BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BCF is #FCC430. Grayscale: #3A3A3A. Windows color (decimal): -16565297 or 13581059. OLE color: 13581059.

HSL color Cylindrical-coordinate representation of color #033BCF: hue angle of 223.53º 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 #033BCF is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 59 207 -
CMYK 0.99 0.71 0 0.19
HSL 223.53º 0.97% 0.41% -
HSV(B) 223.53º 0.99% 0.81% -
XYZ 12.86 7.65 59.83 -
YUV 59.13 211.45 87.97 -
System Red Green Blue C M Y K H S L
Decimal 3 59 207 0.99 0.71 0 0.19 223.53 0.97 0.41
Hex 3 3B CF 63 47 0 13 E0 61 29
Octal 3 73 317 143 107 0 23 340 141 51
Binary 11 111011 11001111 1100011 1000111 0 10011 11100000 1100001 101001

Color Harmonies of #033BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BCF

Black with #033BCF

Text Example


Text Example

White with #033BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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