Html Css Color HEX #333ABB Persian Blue

📋 copy color: '#333ABB'

red 51 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #333ABB

Tints of Persian Blue #333ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 17.23%
G = 19.59%
B = 63.18%

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

#333ABB (or 0x333ABB) is known color: Persian Blue. HEX triplet: 33, 3A and BB. RGB value is (51,58,187). Sum of RGB (Red+Green+Blue) = 51+58+187=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #333ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ABB is #CCC544. Grayscale: #464646. Windows color (decimal): -13419845 or 12270131. OLE color: 12270131.

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

Color convert

RGB 51 58 187 -
CMYK 0.73 0.69 0 0.27
HSL 236.91º 0.57% 0.47% -
HSV(B) 236.91º 0.73% 0.73% -
XYZ 11.85 7.32 47.8 -
YUV 70.61 193.68 114.01 -
System Red Green Blue C M Y K H S L
Decimal 51 58 187 0.73 0.69 0 0.27 236.91 0.57 0.47
Hex 33 3A BB 49 45 0 1B ED 39 2F
Octal 63 72 273 111 105 0 33 355 71 57
Binary 110011 111010 10111011 1001001 1000101 0 11011 11101101 111001 101111

Color Harmonies of #333ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333ABB

Black with #333ABB

Text Example


Text Example

White with #333ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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