Html Css Color HEX #231ACC Persian Blue

📋 copy color: '#231ACC'

red 35 ◦ green 26 ◦ blue 204

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

Shades of Persian Blue #231ACC

Tints of Persian Blue #231ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

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

R = 13.21%
G = 9.81%
B = 76.98%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#231ACC (or 0x231ACC) is known color: Persian Blue. HEX triplet: 23, 1A and CC. RGB value is (35,26,204). Sum of RGB (Red+Green+Blue) = 35+26+204=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #231ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ACC is #DCE533. Grayscale: #303030. Windows color (decimal): -14476596 or 13376035. OLE color: 13376035.

HSL color Cylindrical-coordinate representation of color #231ACC: hue angle of 243.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231ACC is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 26 204 -
CMYK 0.83 0.87 0 0.2
HSL 243.03º 0.77% 0.45% -
HSV(B) 243.03º 0.87% 0.8% -
XYZ 11.96 5.46 57.55 -
YUV 48.98 215.48 118.03 -
System Red Green Blue C M Y K H S L
Decimal 35 26 204 0.83 0.87 0 0.2 243.03 0.77 0.45
Hex 23 1A CC 53 57 0 14 F3 4D 2D
Octal 43 32 314 123 127 0 24 363 115 55
Binary 100011 11010 11001100 1010011 1010111 0 10100 11110011 1001101 101101

Color Harmonies of #231ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231ACC

Black with #231ACC

Text Example


Text Example

White with #231ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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