Html Css Color HEX #1732CC Persian Blue

📋 copy color: '#1732CC'

red 23 ◦ green 50 ◦ blue 204

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

Shades of Persian Blue #1732CC

Tints of Persian Blue #1732CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 204 (80.08% from 255) = 73.65%

R = 8.3%
G = 18.05%
B = 73.65%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1732CC (or 0x1732CC) is known color: Persian Blue. HEX triplet: 17, 32 and CC. RGB value is (23,50,204). Sum of RGB (Red+Green+Blue) = 23+50+204=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #1732CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732CC is #E8CD33. Grayscale: #3A3A3A. Windows color (decimal): -15256884 or 13382167. OLE color: 13382167.

HSL color Cylindrical-coordinate representation of color #1732CC: hue angle of 231.05º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1732CC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 50 204 -
CMYK 0.89 0.75 0 0.2
HSL 231.05º 0.8% 0.45% -
HSV(B) 231.05º 0.89% 0.8% -
XYZ 12.39 6.82 57.79 -
YUV 59.48 209.55 101.98 -
System Red Green Blue C M Y K H S L
Decimal 23 50 204 0.89 0.75 0 0.2 231.05 0.8 0.45
Hex 17 32 CC 59 4B 0 14 E7 50 2D
Octal 27 62 314 131 113 0 24 347 120 55
Binary 10111 110010 11001100 1011001 1001011 0 10100 11100111 1010000 101101

Color Harmonies of #1732CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732CC

Black with #1732CC

Text Example


Text Example

White with #1732CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1732CC; }

 p { color: rgb(23,50,204); }

 H1.HeaderClassName
 {
   color: #1732CC;
 }
 .AnyTagClassName
 {
   color: #1732CC;
 }
</style>

background-color css

<style>
 a { background-color: #1732CC; }

 a { background-color: rgb(23,50,204); }

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

border-color css

<style>
 span { border-color: #1732CC; }

 span { border-color: rgb(23,50,204); }

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