Html Css Color HEX #231CCE Persian Blue

📋 copy color: '#231CCE'

red 35 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #231CCE

Tints of Persian Blue #231CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 13.01%
G = 10.41%
B = 76.58%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#231CCE (or 0x231CCE) is known color: Persian Blue. HEX triplet: 23, 1C and CE. RGB value is (35,28,206). Sum of RGB (Red+Green+Blue) = 35+28+206=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #231CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CCE is #DCE331. Grayscale: #313131. Windows color (decimal): -14476082 or 13507619. OLE color: 13507619.

HSL color Cylindrical-coordinate representation of color #231CCE: hue angle of 242.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231CCE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 28 206 -
CMYK 0.83 0.86 0 0.19
HSL 242.36º 0.76% 0.46% -
HSV(B) 242.36º 0.86% 0.81% -
XYZ 12.25 5.64 58.84 -
YUV 50.39 215.82 117.03 -
System Red Green Blue C M Y K H S L
Decimal 35 28 206 0.83 0.86 0 0.19 242.36 0.76 0.46
Hex 23 1C CE 53 56 0 13 F2 4C 2E
Octal 43 34 316 123 126 0 23 362 114 56
Binary 100011 11100 11001110 1010011 1010110 0 10011 11110010 1001100 101110

Color Harmonies of #231CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CCE

Black with #231CCE

Text Example


Text Example

White with #231CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,28,206); }

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

background-color css

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

 a { background-color: rgb(35,28,206); }

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

border-color css

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

 span { border-color: rgb(35,28,206); }

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