Html Css Color HEX #2641AE Persian Blue

📋 copy color: '#2641AE'

red 38 ◦ green 65 ◦ blue 174

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

Shades of Persian Blue #2641AE

Tints of Persian Blue #2641AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 174 (68.36% from 255) = 62.82%

R = 13.72%
G = 23.47%
B = 62.82%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2641AE (or 0x2641AE) is known color: Persian Blue. HEX triplet: 26, 41 and AE. RGB value is (38,65,174). Sum of RGB (Red+Green+Blue) = 38+65+174=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #2641AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2641AE is #D9BE51. Grayscale: #444444. Windows color (decimal): -14270034 or 11419942. OLE color: 11419942.

HSL color Cylindrical-coordinate representation of color #2641AE: hue angle of 228.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2641AE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 65 174 -
CMYK 0.78 0.63 0 0.32
HSL 228.09º 0.64% 0.42% -
HSV(B) 228.09º 0.78% 0.68% -
XYZ 10.33 7.25 40.9 -
YUV 69.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 38 65 174 0.78 0.63 0 0.32 228.09 0.64 0.42
Hex 26 41 AE 4E 3F 0 20 E4 40 2A
Octal 46 101 256 116 77 0 40 344 100 52
Binary 100110 1000001 10101110 1001110 111111 0 100000 11100100 1000000 101010

Color Harmonies of #2641AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641AE

Black with #2641AE

Text Example


Text Example

White with #2641AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2641AE; }

 p { color: rgb(38,65,174); }

 H1.HeaderClassName
 {
   color: #2641AE;
 }
 .AnyTagClassName
 {
   color: #2641AE;
 }
</style>

background-color css

<style>
 a { background-color: #2641AE; }

 a { background-color: rgb(38,65,174); }

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

border-color css

<style>
 span { border-color: #2641AE; }

 span { border-color: rgb(38,65,174); }

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