Html Css Color HEX #232FEC Persian Blue

📋 copy color: '#232FEC'

red 35 ◦ green 47 ◦ blue 236

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

Shades of Persian Blue #232FEC

Tints of Persian Blue #232FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.78%

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 11.01%
G = 14.78%
B = 74.21%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#232FEC (or 0x232FEC) is known color: Persian Blue. HEX triplet: 23, 2F and EC. RGB value is (35,47,236). Sum of RGB (Red+Green+Blue) = 35+47+236=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #232FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FEC is #DCD013. Grayscale: #404040. Windows color (decimal): -14471188 or 15478563. OLE color: 15478563.

HSL color Cylindrical-coordinate representation of color #232FEC: hue angle of 236.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232FEC is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 47 236 -
CMYK 0.85 0.80 0 0.07
HSL 236.42º 0.84% 0.53% -
HSV(B) 236.42º 0.85% 0.93% -
XYZ 16.85 8.45 80.1 -
YUV 64.96 224.52 106.63 -
System Red Green Blue C M Y K H S L
Decimal 35 47 236 0.85 0.80 0 0.07 236.42 0.84 0.53
Hex 23 2F EC 55 50 0 7 EC 54 35
Octal 43 57 354 125 120 0 7 354 124 65
Binary 100011 101111 11101100 1010101 1010000 0 111 11101100 1010100 110101

Color Harmonies of #232FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FEC

Black with #232FEC

Text Example


Text Example

White with #232FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,47,236); }

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

background-color css

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

 a { background-color: rgb(35,47,236); }

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

border-color css

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

 span { border-color: rgb(35,47,236); }

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