Html Css Color HEX #3032BC Persian Blue

📋 copy color: '#3032BC'

red 48 ◦ green 50 ◦ blue 188

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

Shades of Persian Blue #3032BC

Tints of Persian Blue #3032BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 16.78%
G = 17.48%
B = 65.73%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3032BC (or 0x3032BC) is known color: Persian Blue. HEX triplet: 30, 32 and BC. RGB value is (48,50,188). Sum of RGB (Red+Green+Blue) = 48+50+188=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #3032BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3032BC is #CFCD43. Grayscale: #404040. Windows color (decimal): -13618500 or 12333616. OLE color: 12333616.

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

Color convert

RGB 48 50 188 -
CMYK 0.74 0.73 0 0.26
HSL 239.14º 0.59% 0.46% -
HSV(B) 239.14º 0.74% 0.74% -
XYZ 11.44 6.54 48.24 -
YUV 65.13 197.34 115.78 -
System Red Green Blue C M Y K H S L
Decimal 48 50 188 0.74 0.73 0 0.26 239.14 0.59 0.46
Hex 30 32 BC 4A 49 0 1A EF 3B 2E
Octal 60 62 274 112 111 0 32 357 73 56
Binary 110000 110010 10111100 1001010 1001001 0 11010 11101111 111011 101110

Color Harmonies of #3032BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3032BC

Black with #3032BC

Text Example


Text Example

White with #3032BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3032BC; }

 p { color: rgb(48,50,188); }

 H1.HeaderClassName
 {
   color: #3032BC;
 }
 .AnyTagClassName
 {
   color: #3032BC;
 }
</style>

background-color css

<style>
 a { background-color: #3032BC; }

 a { background-color: rgb(48,50,188); }

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

border-color css

<style>
 span { border-color: #3032BC; }

 span { border-color: rgb(48,50,188); }

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