Html Css Color HEX #2624BB Persian Blue

📋 copy color: '#2624BB'

red 38 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #2624BB

Tints of Persian Blue #2624BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

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

R = 14.56%
G = 13.79%
B = 71.65%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2624BB (or 0x2624BB) is known color: Persian Blue. HEX triplet: 26, 24 and BB. RGB value is (38,36,187). Sum of RGB (Red+Green+Blue) = 38+36+187=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #2624BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624BB is #D9DB44. Grayscale: #353535. Windows color (decimal): -14277445 or 12264486. OLE color: 12264486.

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

Color convert

RGB 38 36 187 -
CMYK 0.80 0.81 0 0.27
HSL 240.79º 0.68% 0.44% -
HSV(B) 240.79º 0.81% 0.73% -
XYZ 10.4 5.26 47.48 -
YUV 53.81 203.16 116.72 -
System Red Green Blue C M Y K H S L
Decimal 38 36 187 0.80 0.81 0 0.27 240.79 0.68 0.44
Hex 26 24 BB 50 51 0 1B F1 44 2C
Octal 46 44 273 120 121 0 33 361 104 54
Binary 100110 100100 10111011 1010000 1010001 0 11011 11110001 1000100 101100

Color Harmonies of #2624BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2624BB

Black with #2624BB

Text Example


Text Example

White with #2624BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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