Html Css Color HEX #3033BA Persian Blue

📋 copy color: '#3033BA'

red 48 ◦ green 51 ◦ blue 186

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

Shades of Persian Blue #3033BA

Tints of Persian Blue #3033BA

RGB

 RED value IS 48 (19.14% from 255) = 16.84%

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 16.84%
G = 17.89%
B = 65.26%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3033BA (or 0x3033BA) is known color: Persian Blue. HEX triplet: 30, 33 and BA. RGB value is (48,51,186). Sum of RGB (Red+Green+Blue) = 48+51+186=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #3033BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3033BA is #CFCC45. Grayscale: #404040. Windows color (decimal): -13618246 or 12202800. OLE color: 12202800.

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

Color convert

RGB 48 51 186 -
CMYK 0.74 0.73 0 0.27
HSL 238.7º 0.59% 0.46% -
HSV(B) 238.7º 0.74% 0.73% -
XYZ 11.27 6.54 47.12 -
YUV 65.49 196.01 115.52 -
System Red Green Blue C M Y K H S L
Decimal 48 51 186 0.74 0.73 0 0.27 238.7 0.59 0.46
Hex 30 33 BA 4A 49 0 1B EF 3B 2E
Octal 60 63 272 112 111 0 33 357 73 56
Binary 110000 110011 10111010 1001010 1001001 0 11011 11101111 111011 101110

Color Harmonies of #3033BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3033BA

Black with #3033BA

Text Example


Text Example

White with #3033BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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