Html Css Color HEX #2328E7 Persian Blue

📋 copy color: '#2328E7'

red 35 ◦ green 40 ◦ blue 231

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

Shades of Persian Blue #2328E7

Tints of Persian Blue #2328E7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 231 (90.63% from 255) = 75.49%

R = 11.44%
G = 13.07%
B = 75.49%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2328E7 (or 0x2328E7) is known color: Persian Blue. HEX triplet: 23, 28 and E7. RGB value is (35,40,231). Sum of RGB (Red+Green+Blue) = 35+40+231=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 231 (90.62% from 255 or 75.49% from 306); Max value from RGB is 231 - color contains mainly: blue. Hex color #2328E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2328E7 is #DCD718. Grayscale: #3B3B3B. Windows color (decimal): -14472985 or 15149091. OLE color: 15149091.

HSL color Cylindrical-coordinate representation of color #2328E7: hue angle of 238.47º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2328E7 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 40 231 -
CMYK 0.85 0.83 0 0.09
HSL 238.47º 0.8% 0.52% -
HSV(B) 238.47º 0.85% 0.91% -
XYZ 15.88 7.64 76.24 -
YUV 60.28 224.34 109.97 -
System Red Green Blue C M Y K H S L
Decimal 35 40 231 0.85 0.83 0 0.09 238.47 0.8 0.52
Hex 23 28 E7 55 53 0 9 EE 50 34
Octal 43 50 347 125 123 0 11 356 120 64
Binary 100011 101000 11100111 1010101 1010011 0 1001 11101110 1010000 110100

Color Harmonies of #2328E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2328E7

Black with #2328E7

Text Example


Text Example

White with #2328E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2328E7; }

 p { color: rgb(35,40,231); }

 H1.HeaderClassName
 {
   color: #2328E7;
 }
 .AnyTagClassName
 {
   color: #2328E7;
 }
</style>

background-color css

<style>
 a { background-color: #2328E7; }

 a { background-color: rgb(35,40,231); }

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

border-color css

<style>
 span { border-color: #2328E7; }

 span { border-color: rgb(35,40,231); }

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