Html Css Color HEX #2126BE Persian Blue

📋 copy color: '#2126BE'

red 33 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #2126BE

Tints of Persian Blue #2126BE

RGB

 RED value IS 33 (13.28% from 255) = 12.64%

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 190 (74.61% from 255) = 72.8%

R = 12.64%
G = 14.56%
B = 72.8%

CMYK

 C value IS 0.83

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2126BE (or 0x2126BE) is known color: Persian Blue. HEX triplet: 21, 26 and BE. RGB value is (33,38,190). Sum of RGB (Red+Green+Blue) = 33+38+190=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #2126BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126BE is #DED941. Grayscale: #353535. Windows color (decimal): -14604610 or 12461601. OLE color: 12461601.

HSL color Cylindrical-coordinate representation of color #2126BE: hue angle of 238.09º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2126BE is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 38 190 -
CMYK 0.83 0.8 0 0.25
HSL 238.09º 0.7% 0.44% -
HSV(B) 238.09º 0.83% 0.75% -
XYZ 10.61 5.43 49.2 -
YUV 53.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 33 38 190 0.83 0.8 0 0.25 238.09 0.7 0.44
Hex 21 26 BE 53 50 0 19 EE 46 2C
Octal 41 46 276 123 120 0 31 356 106 54
Binary 100001 100110 10111110 1010011 1010000 0 11001 11101110 1000110 101100

Color Harmonies of #2126BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2126BE

Black with #2126BE

Text Example


Text Example

White with #2126BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2126BE; }

 p { color: rgb(33,38,190); }

 H1.HeaderClassName
 {
   color: #2126BE;
 }
 .AnyTagClassName
 {
   color: #2126BE;
 }
</style>

background-color css

<style>
 a { background-color: #2126BE; }

 a { background-color: rgb(33,38,190); }

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

border-color css

<style>
 span { border-color: #2126BE; }

 span { border-color: rgb(33,38,190); }

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