Html Css Color HEX #2613BC Persian Blue

📋 copy color: '#2613BC'

red 38 ◦ green 19 ◦ blue 188

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

Shades of Persian Blue #2613BC

Tints of Persian Blue #2613BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 15.51%
G = 7.76%
B = 76.73%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2613BC (or 0x2613BC) is known color: Persian Blue. HEX triplet: 26, 13 and BC. RGB value is (38,19,188). Sum of RGB (Red+Green+Blue) = 38+19+188=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2613BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613BC is #D9EC43. Grayscale: #2B2B2B. Windows color (decimal): -14281796 or 12325670. OLE color: 12325670.

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

Color convert

RGB 38 19 188 -
CMYK 0.80 0.90 0 0.26
HSL 246.75º 0.82% 0.41% -
HSV(B) 246.75º 0.9% 0.74% -
XYZ 10.11 4.51 47.91 -
YUV 43.95 209.29 123.76 -
System Red Green Blue C M Y K H S L
Decimal 38 19 188 0.80 0.90 0 0.26 246.75 0.82 0.41
Hex 26 13 BC 50 5A 0 1A F7 52 29
Octal 46 23 274 120 132 0 32 367 122 51
Binary 100110 10011 10111100 1010000 1011010 0 11010 11110111 1010010 101001

Color Harmonies of #2613BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2613BC

Black with #2613BC

Text Example


Text Example

White with #2613BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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