Html Css Color HEX #2639AC Persian Blue

📋 copy color: '#2639AC'

red 38 ◦ green 57 ◦ blue 172

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

Shades of Persian Blue #2639AC

Tints of Persian Blue #2639AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 14.23%
G = 21.35%
B = 64.42%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2639AC (or 0x2639AC) is known color: Persian Blue. HEX triplet: 26, 39 and AC. RGB value is (38,57,172). Sum of RGB (Red+Green+Blue) = 38+57+172=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #2639AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2639AC is #D9C653. Grayscale: #3F3F3F. Windows color (decimal): -14272084 or 11286822. OLE color: 11286822.

HSL color Cylindrical-coordinate representation of color #2639AC: hue angle of 231.49º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2639AC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 57 172 -
CMYK 0.78 0.67 0 0.33
HSL 231.49º 0.64% 0.41% -
HSV(B) 231.49º 0.78% 0.67% -
XYZ 9.71 6.32 39.74 -
YUV 64.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 38 57 172 0.78 0.67 0 0.33 231.49 0.64 0.41
Hex 26 39 AC 4E 43 0 21 E7 40 29
Octal 46 71 254 116 103 0 41 347 100 51
Binary 100110 111001 10101100 1001110 1000011 0 100001 11100111 1000000 101001

Color Harmonies of #2639AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2639AC

Black with #2639AC

Text Example


Text Example

White with #2639AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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