Html Css Color HEX #333FAB Persian Blue

📋 copy color: '#333FAB'

red 51 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #333FAB

Tints of Persian Blue #333FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 17.89%
G = 22.11%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#333FAB (or 0x333FAB) is known color: Persian Blue. HEX triplet: 33, 3F and AB. RGB value is (51,63,171). Sum of RGB (Red+Green+Blue) = 51+63+171=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #333FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333FAB is #CCC054. Grayscale: #474747. Windows color (decimal): -13418581 or 11222835. OLE color: 11222835.

HSL color Cylindrical-coordinate representation of color #333FAB: hue angle of 234º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333FAB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 63 171 -
CMYK 0.70 0.63 0 0.33
HSL 234º 0.54% 0.44% -
HSV(B) 234º 0.7% 0.67% -
XYZ 10.49 7.2 39.36 -
YUV 71.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 51 63 171 0.70 0.63 0 0.33 234 0.54 0.44
Hex 33 3F AB 46 3F 0 21 EA 36 2C
Octal 63 77 253 106 77 0 41 352 66 54
Binary 110011 111111 10101011 1000110 111111 0 100001 11101010 110110 101100

Color Harmonies of #333FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FAB

Black with #333FAB

Text Example


Text Example

White with #333FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,63,171); }

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

background-color css

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

 a { background-color: rgb(51,63,171); }

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

border-color css

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

 span { border-color: rgb(51,63,171); }

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