Html Css Color HEX #232EED Persian Blue

📋 copy color: '#232EED'

red 35 ◦ green 46 ◦ blue 237

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

Shades of Persian Blue #232EED

Tints of Persian Blue #232EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.53%

R = 11.01%
G = 14.47%
B = 74.53%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#232EED (or 0x232EED) is known color: Persian Blue. HEX triplet: 23, 2E and ED. RGB value is (35,46,237). Sum of RGB (Red+Green+Blue) = 35+46+237=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #232EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EED is #DCD112. Grayscale: #3F3F3F. Windows color (decimal): -14471443 or 15543843. OLE color: 15543843.

HSL color Cylindrical-coordinate representation of color #232EED: hue angle of 236.73º degrees, saturation: 0.85, 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 #232EED is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 46 237 -
CMYK 0.85 0.81 0 0.07
HSL 236.73º 0.85% 0.53% -
HSV(B) 236.73º 0.85% 0.93% -
XYZ 16.96 8.43 80.85 -
YUV 64.49 225.36 106.97 -
System Red Green Blue C M Y K H S L
Decimal 35 46 237 0.85 0.81 0 0.07 236.73 0.85 0.53
Hex 23 2E ED 55 51 0 7 ED 55 35
Octal 43 56 355 125 121 0 7 355 125 65
Binary 100011 101110 11101101 1010101 1010001 0 111 11101101 1010101 110101

Color Harmonies of #232EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EED

Black with #232EED

Text Example


Text Example

White with #232EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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