Html Css Color HEX #2638DB Persian Blue

📋 copy color: '#2638DB'

red 38 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #2638DB

Tints of Persian Blue #2638DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 12.14%
G = 17.89%
B = 69.97%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2638DB (or 0x2638DB) is known color: Persian Blue. HEX triplet: 26, 38 and DB. RGB value is (38,56,219). Sum of RGB (Red+Green+Blue) = 38+56+219=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #2638DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2638DB is #D9C724. Grayscale: #444444. Windows color (decimal): -14272293 or 14366758. OLE color: 14366758.

HSL color Cylindrical-coordinate representation of color #2638DB: hue angle of 234.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2638DB is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 56 219 -
CMYK 0.83 0.74 0 0.14
HSL 234.03º 0.72% 0.5% -
HSV(B) 234.03º 0.83% 0.86% -
XYZ 15 8.35 67.84 -
YUV 69.2 212.54 105.75 -
System Red Green Blue C M Y K H S L
Decimal 38 56 219 0.83 0.74 0 0.14 234.03 0.72 0.5
Hex 26 38 DB 53 4A 0 E EA 48 32
Octal 46 70 333 123 112 0 16 352 110 62
Binary 100110 111000 11011011 1010011 1001010 0 1110 11101010 1001000 110010

Color Harmonies of #2638DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2638DB

Black with #2638DB

Text Example


Text Example

White with #2638DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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