Html Css Color HEX #2241BC Persian Blue

📋 copy color: '#2241BC'

red 34 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #2241BC

Tints of Persian Blue #2241BC

RGB

 RED value IS 34 (13.67% from 255) = 11.85%

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 11.85%
G = 22.65%
B = 65.51%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2241BC (or 0x2241BC) is known color: Persian Blue. HEX triplet: 22, 41 and BC. RGB value is (34,65,188). Sum of RGB (Red+Green+Blue) = 34+65+188=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #2241BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2241BC is #DDBE43. Grayscale: #454545. Windows color (decimal): -14532164 or 12337442. OLE color: 12337442.

HSL color Cylindrical-coordinate representation of color #2241BC: hue angle of 227.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2241BC is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 65 188 -
CMYK 0.82 0.65 0 0.26
HSL 227.92º 0.69% 0.44% -
HSV(B) 227.92º 0.82% 0.74% -
XYZ 11.63 7.75 48.46 -
YUV 69.75 194.73 102.5 -
System Red Green Blue C M Y K H S L
Decimal 34 65 188 0.82 0.65 0 0.26 227.92 0.69 0.44
Hex 22 41 BC 52 41 0 1A E4 45 2C
Octal 42 101 274 122 101 0 32 344 105 54
Binary 100010 1000001 10111100 1010010 1000001 0 11010 11100100 1000101 101100

Color Harmonies of #2241BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2241BC

Black with #2241BC

Text Example


Text Example

White with #2241BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,65,188); }

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

background-color css

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

 a { background-color: rgb(34,65,188); }

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

border-color css

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

 span { border-color: rgb(34,65,188); }

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