Html Css Color HEX #2138BC Persian Blue

📋 copy color: '#2138BC'

red 33 ◦ green 56 ◦ blue 188

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

Shades of Persian Blue #2138BC

Tints of Persian Blue #2138BC

RGB

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

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

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

R = 11.91%
G = 20.22%
B = 67.87%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2138BC (or 0x2138BC) is known color: Persian Blue. HEX triplet: 21, 38 and BC. RGB value is (33,56,188). Sum of RGB (Red+Green+Blue) = 33+56+188=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2138BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138BC is #DEC743. Grayscale: #3F3F3F. Windows color (decimal): -14600004 or 12335137. OLE color: 12335137.

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

Color convert

RGB 33 56 188 -
CMYK 0.82 0.70 0 0.26
HSL 231.1º 0.7% 0.43% -
HSV(B) 231.1º 0.82% 0.74% -
XYZ 11.12 6.78 48.3 -
YUV 64.17 197.88 105.77 -
System Red Green Blue C M Y K H S L
Decimal 33 56 188 0.82 0.70 0 0.26 231.1 0.7 0.43
Hex 21 38 BC 52 46 0 1A E7 46 2B
Octal 41 70 274 122 106 0 32 347 106 53
Binary 100001 111000 10111100 1010010 1000110 0 11010 11100111 1000110 101011

Color Harmonies of #2138BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138BC

Black with #2138BC

Text Example


Text Example

White with #2138BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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