Html Css Color HEX #3335BA Persian Blue

📋 copy color: '#3335BA'

red 51 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #3335BA

Tints of Persian Blue #3335BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 17.59%
G = 18.28%
B = 64.14%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3335BA (or 0x3335BA) is known color: Persian Blue. HEX triplet: 33, 35 and BA. RGB value is (51,53,186). Sum of RGB (Red+Green+Blue) = 51+53+186=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3335BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335BA is #CCCA45. Grayscale: #434343. Windows color (decimal): -13421126 or 12203315. OLE color: 12203315.

HSL color Cylindrical-coordinate representation of color #3335BA: hue angle of 239.11º 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 #3335BA is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 53 186 -
CMYK 0.73 0.72 0 0.27
HSL 239.11º 0.57% 0.46% -
HSV(B) 239.11º 0.73% 0.73% -
XYZ 11.5 6.8 47.16 -
YUV 67.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 51 53 186 0.73 0.72 0 0.27 239.11 0.57 0.46
Hex 33 35 BA 49 48 0 1B EF 39 2E
Octal 63 65 272 111 110 0 33 357 71 56
Binary 110011 110101 10111010 1001001 1001000 0 11011 11101111 111001 101110

Color Harmonies of #3335BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3335BA

Black with #3335BA

Text Example


Text Example

White with #3335BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3335BA; }

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

 H1.HeaderClassName
 {
   color: #3335BA;
 }
 .AnyTagClassName
 {
   color: #3335BA;
 }
</style>

background-color css

<style>
 a { background-color: #3335BA; }

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

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

border-color css

<style>
 span { border-color: #3335BA; }

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

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