Html Css Color HEX #2341BC Persian Blue

📋 copy color: '#2341BC'

red 35 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #2341BC

Tints of Persian Blue #2341BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 12.15%
G = 22.57%
B = 65.28%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2341BC (or 0x2341BC) is known color: Persian Blue. HEX triplet: 23, 41 and BC. RGB value is (35,65,188). Sum of RGB (Red+Green+Blue) = 35+65+188=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #2341BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341BC is #DCBE43. Grayscale: #454545. Windows color (decimal): -14466628 or 12337443. OLE color: 12337443.

HSL color Cylindrical-coordinate representation of color #2341BC: hue angle of 228.24º 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 #2341BC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 65 188 -
CMYK 0.81 0.65 0 0.26
HSL 228.24º 0.69% 0.44% -
HSV(B) 228.24º 0.81% 0.74% -
XYZ 11.66 7.77 48.46 -
YUV 70.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 35 65 188 0.81 0.65 0 0.26 228.24 0.69 0.44
Hex 23 41 BC 51 41 0 1A E4 45 2C
Octal 43 101 274 121 101 0 32 344 105 54
Binary 100011 1000001 10111100 1010001 1000001 0 11010 11100100 1000101 101100

Color Harmonies of #2341BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341BC

Black with #2341BC

Text Example


Text Example

White with #2341BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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