Html Css Color HEX #2327B8 Persian Blue

📋 copy color: '#2327B8'

red 35 ◦ green 39 ◦ blue 184

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

Shades of Persian Blue #2327B8

Tints of Persian Blue #2327B8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 184 (72.27% from 255) = 71.32%

R = 13.57%
G = 15.12%
B = 71.32%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2327B8 (or 0x2327B8) is known color: Persian Blue. HEX triplet: 23, 27 and B8. RGB value is (35,39,184). Sum of RGB (Red+Green+Blue) = 35+39+184=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 184 (72.27% from 255 or 71.32% from 258); Max value from RGB is 184 - color contains mainly: blue. Hex color #2327B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2327B8 is #DCD847. Grayscale: #353535. Windows color (decimal): -14473288 or 12068643. OLE color: 12068643.

HSL color Cylindrical-coordinate representation of color #2327B8: hue angle of 238.39º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2327B8 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 35 39 184 -
CMYK 0.81 0.79 0 0.28
HSL 238.39º 0.68% 0.43% -
HSV(B) 238.39º 0.81% 0.72% -
XYZ 10.07 5.27 45.83 -
YUV 54.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 35 39 184 0.81 0.79 0 0.28 238.39 0.68 0.43
Hex 23 27 B8 51 4F 0 1C EE 44 2B
Octal 43 47 270 121 117 0 34 356 104 53
Binary 100011 100111 10111000 1010001 1001111 0 11100 11101110 1000100 101011

Color Harmonies of #2327B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2327B8

Black with #2327B8

Text Example


Text Example

White with #2327B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2327B8; }

 p { color: rgb(35,39,184); }

 H1.HeaderClassName
 {
   color: #2327B8;
 }
 .AnyTagClassName
 {
   color: #2327B8;
 }
</style>

background-color css

<style>
 a { background-color: #2327B8; }

 a { background-color: rgb(35,39,184); }

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

border-color css

<style>
 span { border-color: #2327B8; }

 span { border-color: rgb(35,39,184); }

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