Html Css Color HEX #2628BC Persian Blue

📋 copy color: '#2628BC'

red 38 ◦ green 40 ◦ blue 188

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

Shades of Persian Blue #2628BC

Tints of Persian Blue #2628BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 14.29%
G = 15.04%
B = 70.68%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2628BC (or 0x2628BC) is known color: Persian Blue. HEX triplet: 26, 28 and BC. RGB value is (38,40,188). Sum of RGB (Red+Green+Blue) = 38+40+188=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #2628BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628BC is #D9D743. Grayscale: #373737. Windows color (decimal): -14276420 or 12331046. OLE color: 12331046.

HSL color Cylindrical-coordinate representation of color #2628BC: hue angle of 239.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2628BC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 40 188 -
CMYK 0.80 0.79 0 0.26
HSL 239.2º 0.66% 0.44% -
HSV(B) 239.2º 0.8% 0.74% -
XYZ 10.64 5.56 48.09 -
YUV 56.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 38 40 188 0.80 0.79 0 0.26 239.2 0.66 0.44
Hex 26 28 BC 50 4F 0 1A EF 42 2C
Octal 46 50 274 120 117 0 32 357 102 54
Binary 100110 101000 10111100 1010000 1001111 0 11010 11101111 1000010 101100

Color Harmonies of #2628BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2628BC

Black with #2628BC

Text Example


Text Example

White with #2628BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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