Html Css Color HEX #1734BE Persian Blue

📋 copy color: '#1734BE'

red 23 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #1734BE

Tints of Persian Blue #1734BE

RGB

 RED value IS 23 (9.38% from 255) = 8.68%

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 8.68%
G = 19.62%
B = 71.7%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1734BE (or 0x1734BE) is known color: Persian Blue. HEX triplet: 17, 34 and BE. RGB value is (23,52,190). Sum of RGB (Red+Green+Blue) = 23+52+190=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #1734BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1734BE is #E8CB41. Grayscale: #3A3A3A. Windows color (decimal): -15256386 or 12465175. OLE color: 12465175.

HSL color Cylindrical-coordinate representation of color #1734BE: hue angle of 229.58º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1734BE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 52 190 -
CMYK 0.88 0.73 0 0.25
HSL 229.58º 0.78% 0.42% -
HSV(B) 229.58º 0.88% 0.75% -
XYZ 10.88 6.36 49.37 -
YUV 59.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 23 52 190 0.88 0.73 0 0.25 229.58 0.78 0.42
Hex 17 34 BE 58 49 0 19 E6 4E 2A
Octal 27 64 276 130 111 0 31 346 116 52
Binary 10111 110100 10111110 1011000 1001001 0 11001 11100110 1001110 101010

Color Harmonies of #1734BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1734BE

Black with #1734BE

Text Example


Text Example

White with #1734BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,52,190); }

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

background-color css

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

 a { background-color: rgb(23,52,190); }

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

border-color css

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

 span { border-color: rgb(23,52,190); }

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