Html Css Color HEX #2327BC Persian Blue

📋 copy color: '#2327BC'

red 35 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #2327BC

Tints of Persian Blue #2327BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 13.36%
G = 14.89%
B = 71.76%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2327BC (or 0x2327BC) is known color: Persian Blue. HEX triplet: 23, 27 and BC. RGB value is (35,39,188). Sum of RGB (Red+Green+Blue) = 35+39+188=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #2327BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2327BC is #DCD843. Grayscale: #363636. Windows color (decimal): -14473284 or 12330787. OLE color: 12330787.

HSL color Cylindrical-coordinate representation of color #2327BC: hue angle of 238.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2327BC is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 39 188 -
CMYK 0.81 0.79 0 0.26
HSL 238.43º 0.69% 0.44% -
HSV(B) 238.43º 0.81% 0.74% -
XYZ 10.5 5.44 48.07 -
YUV 54.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 35 39 188 0.81 0.79 0 0.26 238.43 0.69 0.44
Hex 23 27 BC 51 4F 0 1A EE 45 2C
Octal 43 47 274 121 117 0 32 356 105 54
Binary 100011 100111 10111100 1010001 1001111 0 11010 11101110 1000101 101100

Color Harmonies of #2327BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2327BC

Black with #2327BC

Text Example


Text Example

White with #2327BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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