Html Css Color HEX #232ECF Persian Blue

📋 copy color: '#232ECF'

red 35 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #232ECF

Tints of Persian Blue #232ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 12.15%
G = 15.97%
B = 71.88%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#232ECF (or 0x232ECF) is known color: Persian Blue. HEX triplet: 23, 2E and CF. RGB value is (35,46,207). Sum of RGB (Red+Green+Blue) = 35+46+207=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #232ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ECF is #DCD130. Grayscale: #3C3C3C. Windows color (decimal): -14471473 or 13577763. OLE color: 13577763.

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

Color convert

RGB 35 46 207 -
CMYK 0.83 0.78 0 0.19
HSL 236.16º 0.71% 0.47% -
HSV(B) 236.16º 0.83% 0.81% -
XYZ 12.93 6.82 59.67 -
YUV 61.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 35 46 207 0.83 0.78 0 0.19 236.16 0.71 0.47
Hex 23 2E CF 53 4E 0 13 EC 47 2F
Octal 43 56 317 123 116 0 23 354 107 57
Binary 100011 101110 11001111 1010011 1001110 0 10011 11101100 1000111 101111

Color Harmonies of #232ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ECF

Black with #232ECF

Text Example


Text Example

White with #232ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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