Html Css Color HEX #2614BC Persian Blue

📋 copy color: '#2614BC'

red 38 ◦ green 20 ◦ blue 188

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

Shades of Persian Blue #2614BC

Tints of Persian Blue #2614BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

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

R = 15.45%
G = 8.13%
B = 76.42%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2614BC (or 0x2614BC) is known color: Persian Blue. HEX triplet: 26, 14 and BC. RGB value is (38,20,188). Sum of RGB (Red+Green+Blue) = 38+20+188=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #2614BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2614BC is #D9EB43. Grayscale: #2B2B2B. Windows color (decimal): -14281540 or 12325926. OLE color: 12325926.

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

Color convert

RGB 38 20 188 -
CMYK 0.80 0.89 0 0.26
HSL 246.43º 0.81% 0.41% -
HSV(B) 246.43º 0.89% 0.74% -
XYZ 10.13 4.54 47.92 -
YUV 44.53 208.96 123.34 -
System Red Green Blue C M Y K H S L
Decimal 38 20 188 0.80 0.89 0 0.26 246.43 0.81 0.41
Hex 26 14 BC 50 59 0 1A F6 51 29
Octal 46 24 274 120 131 0 32 366 121 51
Binary 100110 10100 10111100 1010000 1011001 0 11010 11110110 1010001 101001

Color Harmonies of #2614BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2614BC

Black with #2614BC

Text Example


Text Example

White with #2614BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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