Html Css Color HEX #281ECC Persian Blue

📋 copy color: '#281ECC'

red 40 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #281ECC

Tints of Persian Blue #281ECC

RGB

 RED value IS 40 (16.02% from 255) = 14.6%

 GREEN value IS 30 (12.11% from 255) = 10.95%

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

R = 14.6%
G = 10.95%
B = 74.45%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#281ECC (or 0x281ECC) is known color: Persian Blue. HEX triplet: 28, 1E and CC. RGB value is (40,30,204). Sum of RGB (Red+Green+Blue) = 40+30+204=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #281ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ECC is #D7E133. Grayscale: #343434. Windows color (decimal): -14147892 or 13377064. OLE color: 13377064.

HSL color Cylindrical-coordinate representation of color #281ECC: hue angle of 243.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281ECC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 30 204 -
CMYK 0.80 0.85 0 0.2
HSL 243.45º 0.74% 0.46% -
HSV(B) 243.45º 0.85% 0.8% -
XYZ 12.24 5.74 57.59 -
YUV 52.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 40 30 204 0.80 0.85 0 0.2 243.45 0.74 0.46
Hex 28 1E CC 50 55 0 14 F3 4A 2E
Octal 50 36 314 120 125 0 24 363 112 56
Binary 101000 11110 11001100 1010000 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #281ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281ECC

Black with #281ECC

Text Example


Text Example

White with #281ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281ECC; }

 p { color: rgb(40,30,204); }

 H1.HeaderClassName
 {
   color: #281ECC;
 }
 .AnyTagClassName
 {
   color: #281ECC;
 }
</style>

background-color css

<style>
 a { background-color: #281ECC; }

 a { background-color: rgb(40,30,204); }

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

border-color css

<style>
 span { border-color: #281ECC; }

 span { border-color: rgb(40,30,204); }

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