Html Css Color HEX #2326BE Persian Blue

📋 copy color: '#2326BE'

red 35 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #2326BE

Tints of Persian Blue #2326BE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 190 (74.61% from 255) = 72.24%

R = 13.31%
G = 14.45%
B = 72.24%

CMYK

 C value IS 0.82

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2326BE (or 0x2326BE) is known color: Persian Blue. HEX triplet: 23, 26 and BE. RGB value is (35,38,190). Sum of RGB (Red+Green+Blue) = 35+38+190=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #2326BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2326BE is #DCD941. Grayscale: #353535. Windows color (decimal): -14473538 or 12461603. OLE color: 12461603.

HSL color Cylindrical-coordinate representation of color #2326BE: hue angle of 238.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2326BE is Cyan = 0.82, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 38 190 -
CMYK 0.82 0.8 0 0.25
HSL 238.84º 0.69% 0.44% -
HSV(B) 238.84º 0.82% 0.75% -
XYZ 10.68 5.46 49.21 -
YUV 54.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 35 38 190 0.82 0.8 0 0.25 238.84 0.69 0.44
Hex 23 26 BE 52 50 0 19 EF 45 2C
Octal 43 46 276 122 120 0 31 357 105 54
Binary 100011 100110 10111110 1010010 1010000 0 11001 11101111 1000101 101100

Color Harmonies of #2326BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2326BE

Black with #2326BE

Text Example


Text Example

White with #2326BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2326BE; }

 p { color: rgb(35,38,190); }

 H1.HeaderClassName
 {
   color: #2326BE;
 }
 .AnyTagClassName
 {
   color: #2326BE;
 }
</style>

background-color css

<style>
 a { background-color: #2326BE; }

 a { background-color: rgb(35,38,190); }

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

border-color css

<style>
 span { border-color: #2326BE; }

 span { border-color: rgb(35,38,190); }

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