Html Css Color HEX #231CBC Persian Blue

📋 copy color: '#231CBC'

red 35 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #231CBC

Tints of Persian Blue #231CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

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

R = 13.94%
G = 11.16%
B = 74.9%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#231CBC (or 0x231CBC) is known color: Persian Blue. HEX triplet: 23, 1C and BC. RGB value is (35,28,188). Sum of RGB (Red+Green+Blue) = 35+28+188=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #231CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CBC is #DCE343. Grayscale: #2F2F2F. Windows color (decimal): -14476100 or 12327971. OLE color: 12327971.

HSL color Cylindrical-coordinate representation of color #231CBC: hue angle of 242.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231CBC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 28 188 -
CMYK 0.81 0.85 0 0.26
HSL 242.63º 0.74% 0.42% -
HSV(B) 242.63º 0.85% 0.74% -
XYZ 10.19 4.82 47.97 -
YUV 48.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 35 28 188 0.81 0.85 0 0.26 242.63 0.74 0.42
Hex 23 1C BC 51 55 0 1A F3 4A 2A
Octal 43 34 274 121 125 0 32 363 112 52
Binary 100011 11100 10111100 1010001 1010101 0 11010 11110011 1001010 101010

Color Harmonies of #231CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CBC

Black with #231CBC

Text Example


Text Example

White with #231CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231CBC; }

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

 H1.HeaderClassName
 {
   color: #231CBC;
 }
 .AnyTagClassName
 {
   color: #231CBC;
 }
</style>

background-color css

<style>
 a { background-color: #231CBC; }

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

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

border-color css

<style>
 span { border-color: #231CBC; }

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

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