Html Css Color HEX #033BCB Persian Blue

📋 copy color: '#033BCB'

red 3 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #033BCB

Tints of Persian Blue #033BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 1.13%
G = 22.26%
B = 76.6%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033BCB (or 0x033BCB) is known color: Persian Blue. HEX triplet: 03, 3B and CB. RGB value is (3,59,203). Sum of RGB (Red+Green+Blue) = 3+59+203=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #033BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BCB is #FCC434. Grayscale: #3A3A3A. Windows color (decimal): -16565301 or 13318915. OLE color: 13318915.

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

Color convert

RGB 3 59 203 -
CMYK 0.99 0.71 0 0.20
HSL 223.2º 0.97% 0.4% -
HSV(B) 223.2º 0.99% 0.8% -
XYZ 12.38 7.46 57.29 -
YUV 58.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 3 59 203 0.99 0.71 0 0.20 223.2 0.97 0.4
Hex 3 3B CB 63 47 0 14 DF 61 28
Octal 3 73 313 143 107 0 24 337 141 50
Binary 11 111011 11001011 1100011 1000111 0 10100 11011111 1100001 101000

Color Harmonies of #033BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BCB

Black with #033BCB

Text Example


Text Example

White with #033BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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