Html Css Color HEX #2618BB Persian Blue

📋 copy color: '#2618BB'

red 38 ◦ green 24 ◦ blue 187

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

Shades of Persian Blue #2618BB

Tints of Persian Blue #2618BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 15.26%
G = 9.64%
B = 75.1%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2618BB (or 0x2618BB) is known color: Persian Blue. HEX triplet: 26, 18 and BB. RGB value is (38,24,187). Sum of RGB (Red+Green+Blue) = 38+24+187=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #2618BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2618BB is #D9E744. Grayscale: #2E2E2E. Windows color (decimal): -14280517 or 12261414. OLE color: 12261414.

HSL color Cylindrical-coordinate representation of color #2618BB: hue angle of 245.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2618BB is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 24 187 -
CMYK 0.80 0.87 0 0.27
HSL 245.15º 0.77% 0.41% -
HSV(B) 245.15º 0.87% 0.73% -
XYZ 10.1 4.65 47.38 -
YUV 46.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 38 24 187 0.80 0.87 0 0.27 245.15 0.77 0.41
Hex 26 18 BB 50 57 0 1B F5 4D 29
Octal 46 30 273 120 127 0 33 365 115 51
Binary 100110 11000 10111011 1010000 1010111 0 11011 11110101 1001101 101001

Color Harmonies of #2618BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2618BB

Black with #2618BB

Text Example


Text Example

White with #2618BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2618BB; }

 p { color: rgb(38,24,187); }

 H1.HeaderClassName
 {
   color: #2618BB;
 }
 .AnyTagClassName
 {
   color: #2618BB;
 }
</style>

background-color css

<style>
 a { background-color: #2618BB; }

 a { background-color: rgb(38,24,187); }

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

border-color css

<style>
 span { border-color: #2618BB; }

 span { border-color: rgb(38,24,187); }

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