Html Css Color HEX #1735CC Persian Blue

📋 copy color: '#1735CC'

red 23 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #1735CC

Tints of Persian Blue #1735CC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 8.21%
G = 18.93%
B = 72.86%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1735CC (or 0x1735CC) is known color: Persian Blue. HEX triplet: 17, 35 and CC. RGB value is (23,53,204). Sum of RGB (Red+Green+Blue) = 23+53+204=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #1735CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735CC is #E8CA33. Grayscale: #3C3C3C. Windows color (decimal): -15256116 or 13382935. OLE color: 13382935.

HSL color Cylindrical-coordinate representation of color #1735CC: hue angle of 230.06º 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 #1735CC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 53 204 -
CMYK 0.89 0.74 0 0.2
HSL 230.06º 0.8% 0.45% -
HSV(B) 230.06º 0.89% 0.8% -
XYZ 12.53 7.09 57.83 -
YUV 61.24 208.56 100.72 -
System Red Green Blue C M Y K H S L
Decimal 23 53 204 0.89 0.74 0 0.2 230.06 0.8 0.45
Hex 17 35 CC 59 4A 0 14 E6 50 2D
Octal 27 65 314 131 112 0 24 346 120 55
Binary 10111 110101 11001100 1011001 1001010 0 10100 11100110 1010000 101101

Color Harmonies of #1735CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1735CC

Black with #1735CC

Text Example


Text Example

White with #1735CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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