Html Css Color HEX #2327C8 Persian Blue

📋 copy color: '#2327C8'

red 35 ◦ green 39 ◦ blue 200

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

Shades of Persian Blue #2327C8

Tints of Persian Blue #2327C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 72.99%

R = 12.77%
G = 14.23%
B = 72.99%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2327C8 (or 0x2327C8) is known color: Persian Blue. HEX triplet: 23, 27 and C8. RGB value is (35,39,200). Sum of RGB (Red+Green+Blue) = 35+39+200=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 200 (78.52% from 255 or 72.99% from 274); Max value from RGB is 200 - color contains mainly: blue. Hex color #2327C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2327C8 is #DCD837. Grayscale: #373737. Windows color (decimal): -14473272 or 13117219. OLE color: 13117219.

HSL color Cylindrical-coordinate representation of color #2327C8: hue angle of 238.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2327C8 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 39 200 -
CMYK 0.82 0.80 0 0.22
HSL 238.55º 0.7% 0.46% -
HSV(B) 238.55º 0.83% 0.78% -
XYZ 11.84 5.98 55.17 -
YUV 56.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 35 39 200 0.82 0.80 0 0.22 238.55 0.7 0.46
Hex 23 27 C8 52 50 0 16 EF 46 2E
Octal 43 47 310 122 120 0 26 357 106 56
Binary 100011 100111 11001000 1010010 1010000 0 10110 11101111 1000110 101110

Color Harmonies of #2327C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2327C8

Black with #2327C8

Text Example


Text Example

White with #2327C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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