Html Css Color HEX #333BAC Persian Blue

📋 copy color: '#333BAC'

red 51 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #333BAC

Tints of Persian Blue #333BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 18.09%
G = 20.92%
B = 60.99%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#333BAC (or 0x333BAC) is known color: Persian Blue. HEX triplet: 33, 3B and AC. RGB value is (51,59,172). Sum of RGB (Red+Green+Blue) = 51+59+172=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #333BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BAC is #CCC453. Grayscale: #454545. Windows color (decimal): -13419604 or 11287347. OLE color: 11287347.

HSL color Cylindrical-coordinate representation of color #333BAC: hue angle of 236.03º 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 #333BAC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 59 172 -
CMYK 0.70 0.66 0 0.33
HSL 236.03º 0.54% 0.44% -
HSV(B) 236.03º 0.7% 0.67% -
XYZ 10.38 6.81 39.8 -
YUV 69.49 185.85 114.81 -
System Red Green Blue C M Y K H S L
Decimal 51 59 172 0.70 0.66 0 0.33 236.03 0.54 0.44
Hex 33 3B AC 46 42 0 21 EC 36 2C
Octal 63 73 254 106 102 0 41 354 66 54
Binary 110011 111011 10101100 1000110 1000010 0 100001 11101100 110110 101100

Color Harmonies of #333BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BAC

Black with #333BAC

Text Example


Text Example

White with #333BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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