Html Css Color HEX #2617B6 Persian Blue

📋 copy color: '#2617B6'

red 38 ◦ green 23 ◦ blue 182

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

Shades of Persian Blue #2617B6

Tints of Persian Blue #2617B6

RGB

 RED value IS 38 (15.23% from 255) = 15.64%

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 182 (71.48% from 255) = 74.9%

R = 15.64%
G = 9.47%
B = 74.9%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2617B6 (or 0x2617B6) is known color: Persian Blue. HEX triplet: 26, 17 and B6. RGB value is (38,23,182). Sum of RGB (Red+Green+Blue) = 38+23+182=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #2617B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2617B6 is #D9E849. Grayscale: #2C2C2C. Windows color (decimal): -14280778 or 11933478. OLE color: 11933478.

HSL color Cylindrical-coordinate representation of color #2617B6: hue angle of 245.66º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2617B6 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 23 182 -
CMYK 0.79 0.87 0 0.29
HSL 245.66º 0.78% 0.4% -
HSV(B) 245.66º 0.87% 0.71% -
XYZ 9.55 4.4 44.6 -
YUV 45.61 204.97 122.57 -
System Red Green Blue C M Y K H S L
Decimal 38 23 182 0.79 0.87 0 0.29 245.66 0.78 0.4
Hex 26 17 B6 4F 57 0 1D F6 4E 28
Octal 46 27 266 117 127 0 35 366 116 50
Binary 100110 10111 10110110 1001111 1010111 0 11101 11110110 1001110 101000

Color Harmonies of #2617B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2617B6

Black with #2617B6

Text Example


Text Example

White with #2617B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2617B6; }

 p { color: rgb(38,23,182); }

 H1.HeaderClassName
 {
   color: #2617B6;
 }
 .AnyTagClassName
 {
   color: #2617B6;
 }
</style>

background-color css

<style>
 a { background-color: #2617B6; }

 a { background-color: rgb(38,23,182); }

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

border-color css

<style>
 span { border-color: #2617B6; }

 span { border-color: rgb(38,23,182); }

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