Html Css Color HEX #2138BA Persian Blue

📋 copy color: '#2138BA'

red 33 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #2138BA

Tints of Persian Blue #2138BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 12%
G = 20.36%
B = 67.64%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2138BA (or 0x2138BA) is known color: Persian Blue. HEX triplet: 21, 38 and BA. RGB value is (33,56,186). Sum of RGB (Red+Green+Blue) = 33+56+186=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2138BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138BA is #DEC745. Grayscale: #3F3F3F. Windows color (decimal): -14600006 or 12204065. OLE color: 12204065.

HSL color Cylindrical-coordinate representation of color #2138BA: hue angle of 230.98º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2138BA is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 56 186 -
CMYK 0.82 0.70 0 0.27
HSL 230.98º 0.7% 0.43% -
HSV(B) 230.98º 0.82% 0.73% -
XYZ 10.9 6.7 47.17 -
YUV 63.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 33 56 186 0.82 0.70 0 0.27 230.98 0.7 0.43
Hex 21 38 BA 52 46 0 1B E7 46 2B
Octal 41 70 272 122 106 0 33 347 106 53
Binary 100001 111000 10111010 1010010 1000110 0 11011 11100111 1000110 101011

Color Harmonies of #2138BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138BA

Black with #2138BA

Text Example


Text Example

White with #2138BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2138BA; }

 p { color: rgb(33,56,186); }

 H1.HeaderClassName
 {
   color: #2138BA;
 }
 .AnyTagClassName
 {
   color: #2138BA;
 }
</style>

background-color css

<style>
 a { background-color: #2138BA; }

 a { background-color: rgb(33,56,186); }

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

border-color css

<style>
 span { border-color: #2138BA; }

 span { border-color: rgb(33,56,186); }

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