Html Css Color HEX #1734BF Persian Blue

📋 copy color: '#1734BF'

red 23 ◦ green 52 ◦ blue 191

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

Shades of Persian Blue #1734BF

Tints of Persian Blue #1734BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.8%

R = 8.65%
G = 19.55%
B = 71.8%

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

#1734BF (or 0x1734BF) is known color: Persian Blue. HEX triplet: 17, 34 and BF. RGB value is (23,52,191). Sum of RGB (Red+Green+Blue) = 23+52+191=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #1734BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1734BF is #E8CB40. Grayscale: #3A3A3A. Windows color (decimal): -15256385 or 12530711. OLE color: 12530711.

HSL color Cylindrical-coordinate representation of color #1734BF: hue angle of 229.64º degrees, saturation: 0.79, 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 #1734BF is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 52 191 -
CMYK 0.88 0.73 0 0.25
HSL 229.64º 0.79% 0.42% -
HSV(B) 229.64º 0.88% 0.75% -
XYZ 10.99 6.4 49.95 -
YUV 59.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 23 52 191 0.88 0.73 0 0.25 229.64 0.79 0.42
Hex 17 34 BF 58 49 0 19 E6 4F 2A
Octal 27 64 277 130 111 0 31 346 117 52
Binary 10111 110100 10111111 1011000 1001001 0 11001 11100110 1001111 101010

Color Harmonies of #1734BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1734BF

Black with #1734BF

Text Example


Text Example

White with #1734BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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