Html Css Color HEX #333AA4 Persian Blue

📋 copy color: '#333AA4'

red 51 ◦ green 58 ◦ blue 164

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

Shades of Persian Blue #333AA4

Tints of Persian Blue #333AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 18.68%
G = 21.25%
B = 60.07%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#333AA4 (or 0x333AA4) is known color: Persian Blue. HEX triplet: 33, 3A and A4. RGB value is (51,58,164). Sum of RGB (Red+Green+Blue) = 51+58+164=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #333AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AA4 is #CCC55B. Grayscale: #434343. Windows color (decimal): -13419868 or 10762803. OLE color: 10762803.

HSL color Cylindrical-coordinate representation of color #333AA4: hue angle of 236.28º degrees, saturation: 0.53, 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 #333AA4 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 58 164 -
CMYK 0.69 0.65 0 0.36
HSL 236.28º 0.53% 0.42% -
HSV(B) 236.28º 0.69% 0.64% -
XYZ 9.58 6.41 35.85 -
YUV 67.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 51 58 164 0.69 0.65 0 0.36 236.28 0.53 0.42
Hex 33 3A A4 45 41 0 24 EC 35 2A
Octal 63 72 244 105 101 0 44 354 65 52
Binary 110011 111010 10100100 1000101 1000001 0 100100 11101100 110101 101010

Color Harmonies of #333AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AA4

Black with #333AA4

Text Example


Text Example

White with #333AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,58,164); }

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

background-color css

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

 a { background-color: rgb(51,58,164); }

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

border-color css

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

 span { border-color: rgb(51,58,164); }

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