Html Css Color HEX #1D3CBC Persian Blue

📋 copy color: '#1D3CBC'

red 29 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #1D3CBC

Tints of Persian Blue #1D3CBC

RGB

 RED value IS 29 (11.72% from 255) = 10.47%

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 188 (73.83% from 255) = 67.87%

R = 10.47%
G = 21.66%
B = 67.87%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D3CBC (or 0x1D3CBC) is known color: Persian Blue. HEX triplet: 1D, 3C and BC. RGB value is (29,60,188). Sum of RGB (Red+Green+Blue) = 29+60+188=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D3CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CBC is #E2C343. Grayscale: #404040. Windows color (decimal): -14861124 or 12336157. OLE color: 12336157.

HSL color Cylindrical-coordinate representation of color #1D3CBC: hue angle of 228.3º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3CBC is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 60 188 -
CMYK 0.85 0.68 0 0.26
HSL 228.3º 0.73% 0.43% -
HSV(B) 228.3º 0.85% 0.74% -
XYZ 11.2 7.12 48.36 -
YUV 65.32 197.23 102.09 -
System Red Green Blue C M Y K H S L
Decimal 29 60 188 0.85 0.68 0 0.26 228.3 0.73 0.43
Hex 1D 3C BC 55 44 0 1A E4 49 2B
Octal 35 74 274 125 104 0 32 344 111 53
Binary 11101 111100 10111100 1010101 1000100 0 11010 11100100 1001001 101011

Color Harmonies of #1D3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CBC

Black with #1D3CBC

Text Example


Text Example

White with #1D3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,60,188); }

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

background-color css

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

 a { background-color: rgb(29,60,188); }

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

border-color css

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

 span { border-color: rgb(29,60,188); }

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