Html Css Color HEX #3230BC Persian Blue

📋 copy color: '#3230BC'

red 50 ◦ green 48 ◦ blue 188

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

Shades of Persian Blue #3230BC

Tints of Persian Blue #3230BC

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3230BC (or 0x3230BC) is known color: Persian Blue. HEX triplet: 32, 30 and BC. RGB value is (50,48,188). Sum of RGB (Red+Green+Blue) = 50+48+188=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 48 (19.14% from 255 or 16.78% 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 #3230BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3230BC is #CDCF43. Grayscale: #404040. Windows color (decimal): -13487940 or 12333106. OLE color: 12333106.

HSL color Cylindrical-coordinate representation of color #3230BC: hue angle of 240.86º 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 #3230BC is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 48 188 -
CMYK 0.73 0.74 0 0.26
HSL 240.86º 0.59% 0.46% -
HSV(B) 240.86º 0.74% 0.74% -
XYZ 11.45 6.42 48.21 -
YUV 64.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 50 48 188 0.73 0.74 0 0.26 240.86 0.59 0.46
Hex 32 30 BC 49 4A 0 1A F1 3B 2E
Octal 62 60 274 111 112 0 32 361 73 56
Binary 110010 110000 10111100 1001001 1001010 0 11010 11110001 111011 101110

Color Harmonies of #3230BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3230BC

Black with #3230BC

Text Example


Text Example

White with #3230BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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