Html Css Color HEX #2343BE Persian Blue

📋 copy color: '#2343BE'

red 35 ◦ green 67 ◦ blue 190

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

Shades of Persian Blue #2343BE

Tints of Persian Blue #2343BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 11.99%
G = 22.95%
B = 65.07%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2343BE (or 0x2343BE) is known color: Persian Blue. HEX triplet: 23, 43 and BE. RGB value is (35,67,190). Sum of RGB (Red+Green+Blue) = 35+67+190=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #2343BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2343BE is #DCBC41. Grayscale: #464646. Windows color (decimal): -14466114 or 12469027. OLE color: 12469027.

HSL color Cylindrical-coordinate representation of color #2343BE: hue angle of 227.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2343BE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 67 190 -
CMYK 0.82 0.65 0 0.25
HSL 227.61º 0.69% 0.44% -
HSV(B) 227.61º 0.82% 0.75% -
XYZ 11.99 8.09 49.64 -
YUV 71.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 35 67 190 0.82 0.65 0 0.25 227.61 0.69 0.44
Hex 23 43 BE 52 41 0 19 E4 45 2C
Octal 43 103 276 122 101 0 31 344 105 54
Binary 100011 1000011 10111110 1010010 1000001 0 11001 11100100 1000101 101100

Color Harmonies of #2343BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2343BE

Black with #2343BE

Text Example


Text Example

White with #2343BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2343BE; }

 p { color: rgb(35,67,190); }

 H1.HeaderClassName
 {
   color: #2343BE;
 }
 .AnyTagClassName
 {
   color: #2343BE;
 }
</style>

background-color css

<style>
 a { background-color: #2343BE; }

 a { background-color: rgb(35,67,190); }

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

border-color css

<style>
 span { border-color: #2343BE; }

 span { border-color: rgb(35,67,190); }

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