Html Css Color HEX #2639DC Persian Blue

📋 copy color: '#2639DC'

red 38 ◦ green 57 ◦ blue 220

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

Shades of Persian Blue #2639DC

Tints of Persian Blue #2639DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 12.06%
G = 18.1%
B = 69.84%

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

#2639DC (or 0x2639DC) is known color: Persian Blue. HEX triplet: 26, 39 and DC. RGB value is (38,57,220). Sum of RGB (Red+Green+Blue) = 38+57+220=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #2639DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639DC is #D9C623. Grayscale: #454545. Windows color (decimal): -14272036 or 14432550. OLE color: 14432550.

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

Color convert

RGB 38 57 220 -
CMYK 0.83 0.74 0 0.14
HSL 233.74º 0.72% 0.51% -
HSV(B) 233.74º 0.83% 0.86% -
XYZ 15.18 8.51 68.55 -
YUV 69.9 212.71 105.25 -
System Red Green Blue C M Y K H S L
Decimal 38 57 220 0.83 0.74 0 0.14 233.74 0.72 0.51
Hex 26 39 DC 53 4A 0 E EA 48 33
Octal 46 71 334 123 112 0 16 352 110 63
Binary 100110 111001 11011100 1010011 1001010 0 1110 11101010 1001000 110011

Color Harmonies of #2639DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2639DC

Black with #2639DC

Text Example


Text Example

White with #2639DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2639DC; }

 p { color: rgb(38,57,220); }

 H1.HeaderClassName
 {
   color: #2639DC;
 }
 .AnyTagClassName
 {
   color: #2639DC;
 }
</style>

background-color css

<style>
 a { background-color: #2639DC; }

 a { background-color: rgb(38,57,220); }

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

border-color css

<style>
 span { border-color: #2639DC; }

 span { border-color: rgb(38,57,220); }

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