Html Css Color HEX #2628CC Persian Blue

📋 copy color: '#2628CC'

red 38 ◦ green 40 ◦ blue 204

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

Shades of Persian Blue #2628CC

Tints of Persian Blue #2628CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 13.48%
G = 14.18%
B = 72.34%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2628CC (or 0x2628CC) is known color: Persian Blue. HEX triplet: 26, 28 and CC. RGB value is (38,40,204). Sum of RGB (Red+Green+Blue) = 38+40+204=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #2628CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628CC is #D9D733. Grayscale: #393939. Windows color (decimal): -14276404 or 13379622. OLE color: 13379622.

HSL color Cylindrical-coordinate representation of color #2628CC: hue angle of 239.28º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2628CC is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 40 204 -
CMYK 0.81 0.80 0 0.2
HSL 239.28º 0.69% 0.47% -
HSV(B) 239.28º 0.81% 0.8% -
XYZ 12.46 6.29 57.68 -
YUV 58.1 210.34 113.66 -
System Red Green Blue C M Y K H S L
Decimal 38 40 204 0.81 0.80 0 0.2 239.28 0.69 0.47
Hex 26 28 CC 51 50 0 14 EF 45 2F
Octal 46 50 314 121 120 0 24 357 105 57
Binary 100110 101000 11001100 1010001 1010000 0 10100 11101111 1000101 101111

Color Harmonies of #2628CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2628CC

Black with #2628CC

Text Example


Text Example

White with #2628CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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