Html Css Color HEX #333FA4 Persian Blue

📋 copy color: '#333FA4'

red 51 ◦ green 63 ◦ blue 164

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

Shades of Persian Blue #333FA4

Tints of Persian Blue #333FA4

RGB

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

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

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

R = 18.35%
G = 22.66%
B = 58.99%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#333FA4 (or 0x333FA4) is known color: Persian Blue. HEX triplet: 33, 3F and A4. RGB value is (51,63,164). Sum of RGB (Red+Green+Blue) = 51+63+164=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #333FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333FA4 is #CCC05B. Grayscale: #464646. Windows color (decimal): -13418588 or 10764083. OLE color: 10764083.

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

Color convert

RGB 51 63 164 -
CMYK 0.69 0.62 0 0.36
HSL 233.63º 0.53% 0.42% -
HSV(B) 233.63º 0.69% 0.64% -
XYZ 9.84 6.94 35.94 -
YUV 70.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 51 63 164 0.69 0.62 0 0.36 233.63 0.53 0.42
Hex 33 3F A4 45 3E 0 24 EA 35 2A
Octal 63 77 244 105 76 0 44 352 65 52
Binary 110011 111111 10100100 1000101 111110 0 100100 11101010 110101 101010

Color Harmonies of #333FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FA4

Black with #333FA4

Text Example


Text Example

White with #333FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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