Html Css Color HEX #333ABA Persian Blue

📋 copy color: '#333ABA'

red 51 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #333ABA

Tints of Persian Blue #333ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 17.29%
G = 19.66%
B = 63.05%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#333ABA (or 0x333ABA) is known color: Persian Blue. HEX triplet: 33, 3A and BA. RGB value is (51,58,186). Sum of RGB (Red+Green+Blue) = 51+58+186=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #333ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ABA is #CCC545. Grayscale: #454545. Windows color (decimal): -13419846 or 12204595. OLE color: 12204595.

HSL color Cylindrical-coordinate representation of color #333ABA: hue angle of 236.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333ABA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 58 186 -
CMYK 0.73 0.69 0 0.27
HSL 236.89º 0.57% 0.46% -
HSV(B) 236.89º 0.73% 0.73% -
XYZ 11.74 7.28 47.24 -
YUV 70.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 51 58 186 0.73 0.69 0 0.27 236.89 0.57 0.46
Hex 33 3A BA 49 45 0 1B ED 39 2E
Octal 63 72 272 111 105 0 33 355 71 56
Binary 110011 111010 10111010 1001001 1000101 0 11011 11101101 111001 101110

Color Harmonies of #333ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333ABA

Black with #333ABA

Text Example


Text Example

White with #333ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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