Html Css Color HEX #1C34CF Persian Blue

📋 copy color: '#1C34CF'

red 28 ◦ green 52 ◦ blue 207

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

Shades of Persian Blue #1C34CF

Tints of Persian Blue #1C34CF

RGB

 RED value IS 28 (11.33% from 255) = 9.76%

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

 BLUE value IS 207 (81.25% from 255) = 72.13%

R = 9.76%
G = 18.12%
B = 72.13%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C34CF (or 0x1C34CF) is known color: Persian Blue. HEX triplet: 1C, 34 and CF. RGB value is (28,52,207). Sum of RGB (Red+Green+Blue) = 28+52+207=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C34CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C34CF is #E3CB30. Grayscale: #3D3D3D. Windows color (decimal): -14928689 or 13579292. OLE color: 13579292.

HSL color Cylindrical-coordinate representation of color #1C34CF: hue angle of 231.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C34CF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 52 207 -
CMYK 0.86 0.75 0 0.19
HSL 231.96º 0.76% 0.46% -
HSV(B) 231.96º 0.86% 0.81% -
XYZ 12.97 7.21 59.74 -
YUV 62.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 28 52 207 0.86 0.75 0 0.19 231.96 0.76 0.46
Hex 1C 34 CF 56 4B 0 13 E8 4C 2E
Octal 34 64 317 126 113 0 23 350 114 56
Binary 11100 110100 11001111 1010110 1001011 0 10011 11101000 1001100 101110

Color Harmonies of #1C34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C34CF

Black with #1C34CF

Text Example


Text Example

White with #1C34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C34CF; }

 p { color: rgb(28,52,207); }

 H1.HeaderClassName
 {
   color: #1C34CF;
 }
 .AnyTagClassName
 {
   color: #1C34CF;
 }
</style>

background-color css

<style>
 a { background-color: #1C34CF; }

 a { background-color: rgb(28,52,207); }

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

border-color css

<style>
 span { border-color: #1C34CF; }

 span { border-color: rgb(28,52,207); }

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