Html Css Color HEX #2240BC Persian Blue

📋 copy color: '#2240BC'

red 34 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #2240BC

Tints of Persian Blue #2240BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 11.89%
G = 22.38%
B = 65.73%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2240BC (or 0x2240BC) is known color: Persian Blue. HEX triplet: 22, 40 and BC. RGB value is (34,64,188). Sum of RGB (Red+Green+Blue) = 34+64+188=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 64 (25.39% from 255 or 22.38% 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 #2240BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2240BC is #DDBF43. Grayscale: #444444. Windows color (decimal): -14532420 or 12337186. OLE color: 12337186.

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

Color convert

RGB 34 64 188 -
CMYK 0.82 0.66 0 0.26
HSL 228.31º 0.69% 0.44% -
HSV(B) 228.31º 0.82% 0.74% -
XYZ 11.57 7.64 48.44 -
YUV 69.17 195.06 102.92 -
System Red Green Blue C M Y K H S L
Decimal 34 64 188 0.82 0.66 0 0.26 228.31 0.69 0.44
Hex 22 40 BC 52 42 0 1A E4 45 2C
Octal 42 100 274 122 102 0 32 344 105 54
Binary 100010 1000000 10111100 1010010 1000010 0 11010 11100100 1000101 101100

Color Harmonies of #2240BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2240BC

Black with #2240BC

Text Example


Text Example

White with #2240BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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