Html Css Color HEX #333ABD Persian Blue

📋 copy color: '#333ABD'

red 51 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #333ABD

Tints of Persian Blue #333ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 17.11%
G = 19.46%
B = 63.42%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#333ABD (or 0x333ABD) is known color: Persian Blue. HEX triplet: 33, 3A and BD. RGB value is (51,58,189). Sum of RGB (Red+Green+Blue) = 51+58+189=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #333ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333ABD is #CCC542. Grayscale: #464646. Windows color (decimal): -13419843 or 12401203. OLE color: 12401203.

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

Color convert

RGB 51 58 189 -
CMYK 0.73 0.69 0 0.26
HSL 236.96º 0.58% 0.47% -
HSV(B) 236.96º 0.73% 0.74% -
XYZ 12.06 7.4 48.94 -
YUV 70.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 51 58 189 0.73 0.69 0 0.26 236.96 0.58 0.47
Hex 33 3A BD 49 45 0 1A ED 3A 2F
Octal 63 72 275 111 105 0 32 355 72 57
Binary 110011 111010 10111101 1001001 1000101 0 11010 11101101 111010 101111

Color Harmonies of #333ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333ABD

Black with #333ABD

Text Example


Text Example

White with #333ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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