Html Css Color HEX #333DB7 Persian Blue

📋 copy color: '#333DB7'

red 51 ◦ green 61 ◦ blue 183

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

Shades of Persian Blue #333DB7

Tints of Persian Blue #333DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 62.03%

R = 17.29%
G = 20.68%
B = 62.03%

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

#333DB7 (or 0x333DB7) is known color: Persian Blue. HEX triplet: 33, 3D and B7. RGB value is (51,61,183). Sum of RGB (Red+Green+Blue) = 51+61+183=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #333DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DB7 is #CCC248. Grayscale: #474747. Windows color (decimal): -13419081 or 12008755. OLE color: 12008755.

HSL color Cylindrical-coordinate representation of color #333DB7: hue angle of 235.45º degrees, saturation: 0.56, 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 #333DB7 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 61 183 -
CMYK 0.72 0.67 0 0.28
HSL 235.45º 0.56% 0.46% -
HSV(B) 235.45º 0.72% 0.72% -
XYZ 11.58 7.46 45.63 -
YUV 71.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 51 61 183 0.72 0.67 0 0.28 235.45 0.56 0.46
Hex 33 3D B7 48 43 0 1C EB 38 2E
Octal 63 75 267 110 103 0 34 353 70 56
Binary 110011 111101 10110111 1001000 1000011 0 11100 11101011 111000 101110

Color Harmonies of #333DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DB7

Black with #333DB7

Text Example


Text Example

White with #333DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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