Html Css Color HEX #2617BC Persian Blue

📋 copy color: '#2617BC'

red 38 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #2617BC

Tints of Persian Blue #2617BC

RGB

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

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

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

R = 15.26%
G = 9.24%
B = 75.5%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2617BC (or 0x2617BC) is known color: Persian Blue. HEX triplet: 26, 17 and BC. RGB value is (38,23,188). Sum of RGB (Red+Green+Blue) = 38+23+188=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #2617BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2617BC is #D9E843. Grayscale: #2D2D2D. Windows color (decimal): -14280772 or 12326694. OLE color: 12326694.

HSL color Cylindrical-coordinate representation of color #2617BC: hue angle of 245.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2617BC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 23 188 -
CMYK 0.80 0.88 0 0.26
HSL 245.45º 0.78% 0.41% -
HSV(B) 245.45º 0.88% 0.74% -
XYZ 10.18 4.66 47.94 -
YUV 46.3 207.97 122.08 -
System Red Green Blue C M Y K H S L
Decimal 38 23 188 0.80 0.88 0 0.26 245.45 0.78 0.41
Hex 26 17 BC 50 58 0 1A F5 4E 29
Octal 46 27 274 120 130 0 32 365 116 51
Binary 100110 10111 10111100 1010000 1011000 0 11010 11110101 1001110 101001

Color Harmonies of #2617BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2617BC

Black with #2617BC

Text Example


Text Example

White with #2617BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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