Html Css Color HEX #333BA2 Persian Blue

📋 copy color: '#333BA2'

red 51 ◦ green 59 ◦ blue 162

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

Shades of Persian Blue #333BA2

Tints of Persian Blue #333BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 59.56%

R = 18.75%
G = 21.69%
B = 59.56%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#333BA2 (or 0x333BA2) is known color: Persian Blue. HEX triplet: 33, 3B and A2. RGB value is (51,59,162). Sum of RGB (Red+Green+Blue) = 51+59+162=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #333BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BA2 is #CCC45D. Grayscale: #434343. Windows color (decimal): -13419614 or 10631987. OLE color: 10631987.

HSL color Cylindrical-coordinate representation of color #333BA2: hue angle of 235.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333BA2 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 59 162 -
CMYK 0.69 0.64 0 0.36
HSL 235.68º 0.52% 0.42% -
HSV(B) 235.68º 0.69% 0.64% -
XYZ 9.45 6.44 34.93 -
YUV 68.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 51 59 162 0.69 0.64 0 0.36 235.68 0.52 0.42
Hex 33 3B A2 45 40 0 24 EC 34 2A
Octal 63 73 242 105 100 0 44 354 64 52
Binary 110011 111011 10100010 1000101 1000000 0 100100 11101100 110100 101010

Color Harmonies of #333BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BA2

Black with #333BA2

Text Example


Text Example

White with #333BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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