Html Css Color HEX #333BCB Persian Blue

📋 copy color: '#333BCB'

red 51 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #333BCB

Tints of Persian Blue #333BCB

RGB

 RED value IS 51 (20.31% from 255) = 16.29%

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

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

R = 16.29%
G = 18.85%
B = 64.86%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#333BCB (or 0x333BCB) is known color: Persian Blue. HEX triplet: 33, 3B and CB. RGB value is (51,59,203). Sum of RGB (Red+Green+Blue) = 51+59+203=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #333BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BCB is #CCC434. Grayscale: #484848. Windows color (decimal): -13419573 or 13318963. OLE color: 13318963.

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

Color convert

RGB 51 59 203 -
CMYK 0.75 0.71 0 0.20
HSL 236.84º 0.6% 0.5% -
HSV(B) 236.84º 0.75% 0.8% -
XYZ 13.71 8.14 57.35 -
YUV 73.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 51 59 203 0.75 0.71 0 0.20 236.84 0.6 0.5
Hex 33 3B CB 4B 47 0 14 ED 3C 32
Octal 63 73 313 113 107 0 24 355 74 62
Binary 110011 111011 11001011 1001011 1000111 0 10100 11101101 111100 110010

Color Harmonies of #333BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BCB

Black with #333BCB

Text Example


Text Example

White with #333BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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