Html Css Color HEX #333DBA Persian Blue

📋 copy color: '#333DBA'

red 51 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #333DBA

Tints of Persian Blue #333DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 17.11%
G = 20.47%
B = 62.42%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#333DBA (or 0x333DBA) is known color: Persian Blue. HEX triplet: 33, 3D and BA. RGB value is (51,61,186). Sum of RGB (Red+Green+Blue) = 51+61+186=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #333DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DBA is #CCC245. Grayscale: #474747. Windows color (decimal): -13419078 or 12205363. OLE color: 12205363.

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

Color convert

RGB 51 61 186 -
CMYK 0.73 0.67 0 0.27
HSL 235.56º 0.57% 0.46% -
HSV(B) 235.56º 0.73% 0.73% -
XYZ 11.9 7.59 47.29 -
YUV 72.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 51 61 186 0.73 0.67 0 0.27 235.56 0.57 0.46
Hex 33 3D BA 49 43 0 1B EC 39 2E
Octal 63 75 272 111 103 0 33 354 71 56
Binary 110011 111101 10111010 1001001 1000011 0 11011 11101100 111001 101110

Color Harmonies of #333DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DBA

Black with #333DBA

Text Example


Text Example

White with #333DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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