Html Css Color HEX #232ED1 Persian Blue

📋 copy color: '#232ED1'

red 35 ◦ green 46 ◦ blue 209

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

Shades of Persian Blue #232ED1

Tints of Persian Blue #232ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 209 (82.03% from 255) = 72.07%

R = 12.07%
G = 15.86%
B = 72.07%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#232ED1 (or 0x232ED1) is known color: Persian Blue. HEX triplet: 23, 2E and D1. RGB value is (35,46,209). Sum of RGB (Red+Green+Blue) = 35+46+209=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #232ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ED1 is #DCD12E. Grayscale: #3C3C3C. Windows color (decimal): -14471471 or 13708835. OLE color: 13708835.

HSL color Cylindrical-coordinate representation of color #232ED1: hue angle of 236.21º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232ED1 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 46 209 -
CMYK 0.83 0.78 0 0.18
HSL 236.21º 0.71% 0.48% -
HSV(B) 236.21º 0.83% 0.82% -
XYZ 13.18 6.91 60.96 -
YUV 61.29 211.36 109.25 -
System Red Green Blue C M Y K H S L
Decimal 35 46 209 0.83 0.78 0 0.18 236.21 0.71 0.48
Hex 23 2E D1 53 4E 0 12 EC 47 30
Octal 43 56 321 123 116 0 22 354 107 60
Binary 100011 101110 11010001 1010011 1001110 0 10010 11101100 1000111 110000

Color Harmonies of #232ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ED1

Black with #232ED1

Text Example


Text Example

White with #232ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232ED1; }

 p { color: rgb(35,46,209); }

 H1.HeaderClassName
 {
   color: #232ED1;
 }
 .AnyTagClassName
 {
   color: #232ED1;
 }
</style>

background-color css

<style>
 a { background-color: #232ED1; }

 a { background-color: rgb(35,46,209); }

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

border-color css

<style>
 span { border-color: #232ED1; }

 span { border-color: rgb(35,46,209); }

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