Html Css Color HEX #2138CC Persian Blue

📋 copy color: '#2138CC'

red 33 ◦ green 56 ◦ blue 204

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

Shades of Persian Blue #2138CC

Tints of Persian Blue #2138CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 11.26%
G = 19.11%
B = 69.62%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2138CC (or 0x2138CC) is known color: Persian Blue. HEX triplet: 21, 38 and CC. RGB value is (33,56,204). Sum of RGB (Red+Green+Blue) = 33+56+204=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #2138CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138CC is #DEC733. Grayscale: #414141. Windows color (decimal): -14599988 or 13383713. OLE color: 13383713.

HSL color Cylindrical-coordinate representation of color #2138CC: hue angle of 231.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2138CC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 56 204 -
CMYK 0.84 0.73 0 0.2
HSL 231.93º 0.72% 0.46% -
HSV(B) 231.93º 0.84% 0.8% -
XYZ 12.94 7.51 57.89 -
YUV 66 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 33 56 204 0.84 0.73 0 0.2 231.93 0.72 0.46
Hex 21 38 CC 54 49 0 14 E8 48 2E
Octal 41 70 314 124 111 0 24 350 110 56
Binary 100001 111000 11001100 1010100 1001001 0 10100 11101000 1001000 101110

Color Harmonies of #2138CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138CC

Black with #2138CC

Text Example


Text Example

White with #2138CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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