Html Css Color HEX #2133CC Persian Blue

📋 copy color: '#2133CC'

red 33 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #2133CC

Tints of Persian Blue #2133CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 11.46%
G = 17.71%
B = 70.83%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2133CC (or 0x2133CC) is known color: Persian Blue. HEX triplet: 21, 33 and CC. RGB value is (33,51,204). Sum of RGB (Red+Green+Blue) = 33+51+204=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #2133CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2133CC is #DECC33. Grayscale: #3E3E3E. Windows color (decimal): -14601268 or 13382433. OLE color: 13382433.

HSL color Cylindrical-coordinate representation of color #2133CC: hue angle of 233.68º 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 #2133CC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 51 204 -
CMYK 0.84 0.75 0 0.2
HSL 233.68º 0.72% 0.46% -
HSV(B) 233.68º 0.84% 0.8% -
XYZ 12.71 7.05 57.82 -
YUV 63.06 207.54 106.56 -
System Red Green Blue C M Y K H S L
Decimal 33 51 204 0.84 0.75 0 0.2 233.68 0.72 0.46
Hex 21 33 CC 54 4B 0 14 EA 48 2E
Octal 41 63 314 124 113 0 24 352 110 56
Binary 100001 110011 11001100 1010100 1001011 0 10100 11101010 1001000 101110

Color Harmonies of #2133CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2133CC

Black with #2133CC

Text Example


Text Example

White with #2133CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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