Html Css Color HEX #232DEE Persian Blue

📋 copy color: '#232DEE'

red 35 ◦ green 45 ◦ blue 238

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

Shades of Persian Blue #232DEE

Tints of Persian Blue #232DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.15%

 BLUE value IS 238 (93.36% from 255) = 74.84%

R = 11.01%
G = 14.15%
B = 74.84%

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

#232DEE (or 0x232DEE) is known color: Persian Blue. HEX triplet: 23, 2D and EE. RGB value is (35,45,238). Sum of RGB (Red+Green+Blue) = 35+45+238=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #232DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232DEE is #DCD211. Grayscale: #3F3F3F. Windows color (decimal): -14471698 or 15609123. OLE color: 15609123.

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

Color convert

RGB 35 45 238 -
CMYK 0.85 0.81 0 0.07
HSL 237.04º 0.86% 0.54% -
HSV(B) 237.04º 0.85% 0.93% -
XYZ 17.06 8.41 81.61 -
YUV 64.01 226.19 107.31 -
System Red Green Blue C M Y K H S L
Decimal 35 45 238 0.85 0.81 0 0.07 237.04 0.86 0.54
Hex 23 2D EE 55 51 0 7 ED 56 36
Octal 43 55 356 125 121 0 7 355 126 66
Binary 100011 101101 11101110 1010101 1010001 0 111 11101101 1010110 110110

Color Harmonies of #232DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232DEE

Black with #232DEE

Text Example


Text Example

White with #232DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,45,238); }

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

background-color css

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

 a { background-color: rgb(35,45,238); }

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

border-color css

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

 span { border-color: rgb(35,45,238); }

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