Html Css Color HEX #2618BE Persian Blue

📋 copy color: '#2618BE'

red 38 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #2618BE

Tints of Persian Blue #2618BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 15.08%
G = 9.52%
B = 75.4%

CMYK

 C value IS 0.8

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2618BE (or 0x2618BE) is known color: Persian Blue. HEX triplet: 26, 18 and BE. RGB value is (38,24,190). Sum of RGB (Red+Green+Blue) = 38+24+190=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #2618BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2618BE is #D9E741. Grayscale: #2E2E2E. Windows color (decimal): -14280514 or 12458022. OLE color: 12458022.

HSL color Cylindrical-coordinate representation of color #2618BE: hue angle of 245.06º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2618BE is Cyan = 0.8, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 24 190 -
CMYK 0.8 0.87 0 0.25
HSL 245.06º 0.78% 0.42% -
HSV(B) 245.06º 0.87% 0.75% -
XYZ 10.42 4.78 49.09 -
YUV 47.11 208.64 121.5 -
System Red Green Blue C M Y K H S L
Decimal 38 24 190 0.8 0.87 0 0.25 245.06 0.78 0.42
Hex 26 18 BE 50 57 0 19 F5 4E 2A
Octal 46 30 276 120 127 0 31 365 116 52
Binary 100110 11000 10111110 1010000 1010111 0 11001 11110101 1001110 101010

Color Harmonies of #2618BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2618BE

Black with #2618BE

Text Example


Text Example

White with #2618BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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