Html Css Color HEX #333DB8 Persian Blue

📋 copy color: '#333DB8'

red 51 ◦ green 61 ◦ blue 184

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

Shades of Persian Blue #333DB8

Tints of Persian Blue #333DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 62.16%

R = 17.23%
G = 20.61%
B = 62.16%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#333DB8 (or 0x333DB8) is known color: Persian Blue. HEX triplet: 33, 3D and B8. RGB value is (51,61,184). Sum of RGB (Red+Green+Blue) = 51+61+184=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #333DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DB8 is #CCC247. Grayscale: #474747. Windows color (decimal): -13419080 or 12074291. OLE color: 12074291.

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

Color convert

RGB 51 61 184 -
CMYK 0.72 0.67 0 0.28
HSL 235.49º 0.57% 0.46% -
HSV(B) 235.49º 0.72% 0.72% -
XYZ 11.69 7.5 46.18 -
YUV 72.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 51 61 184 0.72 0.67 0 0.28 235.49 0.57 0.46
Hex 33 3D B8 48 43 0 1C EB 39 2E
Octal 63 75 270 110 103 0 34 353 71 56
Binary 110011 111101 10111000 1001000 1000011 0 11100 11101011 111001 101110

Color Harmonies of #333DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DB8

Black with #333DB8

Text Example


Text Example

White with #333DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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