Html Css Color HEX #333DB9 Persian Blue

📋 copy color: '#333DB9'

red 51 ◦ green 61 ◦ blue 185

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

Shades of Persian Blue #333DB9

Tints of Persian Blue #333DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

 BLUE value IS 185 (72.66% from 255) = 62.29%

R = 17.17%
G = 20.54%
B = 62.29%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#333DB9 (or 0x333DB9) is known color: Persian Blue. HEX triplet: 33, 3D and B9. RGB value is (51,61,185). Sum of RGB (Red+Green+Blue) = 51+61+185=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #333DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DB9 is #CCC246. Grayscale: #474747. Windows color (decimal): -13419079 or 12139827. OLE color: 12139827.

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

Color convert

RGB 51 61 185 -
CMYK 0.72 0.67 0 0.27
HSL 235.52º 0.57% 0.46% -
HSV(B) 235.52º 0.72% 0.73% -
XYZ 11.79 7.54 46.73 -
YUV 72.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 51 61 185 0.72 0.67 0 0.27 235.52 0.57 0.46
Hex 33 3D B9 48 43 0 1B EC 39 2E
Octal 63 75 271 110 103 0 33 354 71 56
Binary 110011 111101 10111001 1001000 1000011 0 11011 11101100 111001 101110

Color Harmonies of #333DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DB9

Black with #333DB9

Text Example


Text Example

White with #333DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,61,185); }

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

background-color css

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

 a { background-color: rgb(51,61,185); }

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

border-color css

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

 span { border-color: rgb(51,61,185); }

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