Html Css Color HEX #3227BC Persian Blue

📋 copy color: '#3227BC'

red 50 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #3227BC

Tints of Persian Blue #3227BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 18.05%
G = 14.08%
B = 67.87%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3227BC (or 0x3227BC) is known color: Persian Blue. HEX triplet: 32, 27 and BC. RGB value is (50,39,188). Sum of RGB (Red+Green+Blue) = 50+39+188=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3227BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3227BC is #CDD843. Grayscale: #3A3A3A. Windows color (decimal): -13490244 or 12330802. OLE color: 12330802.

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

Color convert

RGB 50 39 188 -
CMYK 0.73 0.79 0 0.26
HSL 244.43º 0.66% 0.45% -
HSV(B) 244.43º 0.79% 0.74% -
XYZ 11.12 5.76 48.1 -
YUV 59.28 200.64 121.38 -
System Red Green Blue C M Y K H S L
Decimal 50 39 188 0.73 0.79 0 0.26 244.43 0.66 0.45
Hex 32 27 BC 49 4F 0 1A F4 42 2D
Octal 62 47 274 111 117 0 32 364 102 55
Binary 110010 100111 10111100 1001001 1001111 0 11010 11110100 1000010 101101

Color Harmonies of #3227BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3227BC

Black with #3227BC

Text Example


Text Example

White with #3227BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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