Html Css Color HEX #231ECC Persian Blue

📋 copy color: '#231ECC'

red 35 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #231ECC

Tints of Persian Blue #231ECC

RGB

 RED value IS 35 (14.06% from 255) = 13.01%

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

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

R = 13.01%
G = 11.15%
B = 75.84%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#231ECC (or 0x231ECC) is known color: Persian Blue. HEX triplet: 23, 1E and CC. RGB value is (35,30,204). Sum of RGB (Red+Green+Blue) = 35+30+204=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #231ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ECC is #DCE133. Grayscale: #323232. Windows color (decimal): -14475572 or 13377059. OLE color: 13377059.

HSL color Cylindrical-coordinate representation of color #231ECC: hue angle of 241.72º 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 #231ECC is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 30 204 -
CMYK 0.83 0.85 0 0.2
HSL 241.72º 0.74% 0.46% -
HSV(B) 241.72º 0.85% 0.8% -
XYZ 12.06 5.65 57.58 -
YUV 51.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 35 30 204 0.83 0.85 0 0.2 241.72 0.74 0.46
Hex 23 1E CC 53 55 0 14 F2 4A 2E
Octal 43 36 314 123 125 0 24 362 112 56
Binary 100011 11110 11001100 1010011 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #231ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231ECC

Black with #231ECC

Text Example


Text Example

White with #231ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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