Html Css Color HEX #2639D7 Persian Blue

📋 copy color: '#2639D7'

red 38 ◦ green 57 ◦ blue 215

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

Shades of Persian Blue #2639D7

Tints of Persian Blue #2639D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.35%

R = 12.26%
G = 18.39%
B = 69.35%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2639D7 (or 0x2639D7) is known color: Persian Blue. HEX triplet: 26, 39 and D7. RGB value is (38,57,215). Sum of RGB (Red+Green+Blue) = 38+57+215=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #2639D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639D7 is #D9C628. Grayscale: #444444. Windows color (decimal): -14272041 or 14104870. OLE color: 14104870.

HSL color Cylindrical-coordinate representation of color #2639D7: hue angle of 233.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2639D7 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 57 215 -
CMYK 0.82 0.73 0 0.16
HSL 233.56º 0.7% 0.5% -
HSV(B) 233.56º 0.82% 0.84% -
XYZ 14.53 8.24 65.12 -
YUV 69.33 210.21 105.65 -
System Red Green Blue C M Y K H S L
Decimal 38 57 215 0.82 0.73 0 0.16 233.56 0.7 0.5
Hex 26 39 D7 52 49 0 10 EA 46 32
Octal 46 71 327 122 111 0 20 352 106 62
Binary 100110 111001 11010111 1010010 1001001 0 10000 11101010 1000110 110010

Color Harmonies of #2639D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2639D7

Black with #2639D7

Text Example


Text Example

White with #2639D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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