Html Css Color HEX #2939BC Persian Blue

📋 copy color: '#2939BC'

red 41 ◦ green 57 ◦ blue 188

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

Shades of Persian Blue #2939BC

Tints of Persian Blue #2939BC

RGB

 RED value IS 41 (16.41% from 255) = 14.34%

 GREEN value IS 57 (22.66% from 255) = 19.93%

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

R = 14.34%
G = 19.93%
B = 65.73%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2939BC (or 0x2939BC) is known color: Persian Blue. HEX triplet: 29, 39 and BC. RGB value is (41,57,188). Sum of RGB (Red+Green+Blue) = 41+57+188=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 57 (22.66% from 255 or 19.93% 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 #2939BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939BC is #D6C643. Grayscale: #424242. Windows color (decimal): -14075460 or 12335401. OLE color: 12335401.

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

Color convert

RGB 41 57 188 -
CMYK 0.78 0.70 0 0.26
HSL 233.47º 0.64% 0.45% -
HSV(B) 233.47º 0.78% 0.74% -
XYZ 11.45 7.03 48.33 -
YUV 67.15 196.2 109.35 -
System Red Green Blue C M Y K H S L
Decimal 41 57 188 0.78 0.70 0 0.26 233.47 0.64 0.45
Hex 29 39 BC 4E 46 0 1A E9 40 2D
Octal 51 71 274 116 106 0 32 351 100 55
Binary 101001 111001 10111100 1001110 1000110 0 11010 11101001 1000000 101101

Color Harmonies of #2939BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2939BC

Black with #2939BC

Text Example


Text Example

White with #2939BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,57,188); }

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

background-color css

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

 a { background-color: rgb(41,57,188); }

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

border-color css

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

 span { border-color: rgb(41,57,188); }

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