Html Css Color HEX #232ECD Persian Blue

📋 copy color: '#232ECD'

red 35 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #232ECD

Tints of Persian Blue #232ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 12.24%
G = 16.08%
B = 71.68%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#232ECD (or 0x232ECD) is known color: Persian Blue. HEX triplet: 23, 2E and CD. RGB value is (35,46,205). Sum of RGB (Red+Green+Blue) = 35+46+205=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #232ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ECD is #DCD132. Grayscale: #3C3C3C. Windows color (decimal): -14471475 or 13446691. OLE color: 13446691.

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

Color convert

RGB 35 46 205 -
CMYK 0.83 0.78 0 0.20
HSL 236.12º 0.71% 0.47% -
HSV(B) 236.12º 0.83% 0.8% -
XYZ 12.69 6.72 58.39 -
YUV 60.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 35 46 205 0.83 0.78 0 0.20 236.12 0.71 0.47
Hex 23 2E CD 53 4E 0 14 EC 47 2F
Octal 43 56 315 123 116 0 24 354 107 57
Binary 100011 101110 11001101 1010011 1001110 0 10100 11101100 1000111 101111

Color Harmonies of #232ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ECD

Black with #232ECD

Text Example


Text Example

White with #232ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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