Html Css Color HEX #2638D1 Persian Blue

📋 copy color: '#2638D1'

red 38 ◦ green 56 ◦ blue 209

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

Shades of Persian Blue #2638D1

Tints of Persian Blue #2638D1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 209 (82.03% from 255) = 68.98%

R = 12.54%
G = 18.48%
B = 68.98%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2638D1 (or 0x2638D1) is known color: Persian Blue. HEX triplet: 26, 38 and D1. RGB value is (38,56,209). Sum of RGB (Red+Green+Blue) = 38+56+209=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #2638D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2638D1 is #D9C72E. Grayscale: #434343. Windows color (decimal): -14272303 or 13711398. OLE color: 13711398.

HSL color Cylindrical-coordinate representation of color #2638D1: hue angle of 233.68º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2638D1 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 56 209 -
CMYK 0.82 0.73 0 0.18
HSL 233.68º 0.69% 0.48% -
HSV(B) 233.68º 0.82% 0.82% -
XYZ 13.72 7.84 61.11 -
YUV 68.06 207.54 106.56 -
System Red Green Blue C M Y K H S L
Decimal 38 56 209 0.82 0.73 0 0.18 233.68 0.69 0.48
Hex 26 38 D1 52 49 0 12 EA 45 30
Octal 46 70 321 122 111 0 22 352 105 60
Binary 100110 111000 11010001 1010010 1001001 0 10010 11101010 1000101 110000

Color Harmonies of #2638D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2638D1

Black with #2638D1

Text Example


Text Example

White with #2638D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2638D1; }

 p { color: rgb(38,56,209); }

 H1.HeaderClassName
 {
   color: #2638D1;
 }
 .AnyTagClassName
 {
   color: #2638D1;
 }
</style>

background-color css

<style>
 a { background-color: #2638D1; }

 a { background-color: rgb(38,56,209); }

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

border-color css

<style>
 span { border-color: #2638D1; }

 span { border-color: rgb(38,56,209); }

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