Html Css Color HEX #2641DD Persian Blue

📋 copy color: '#2641DD'

red 38 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #2641DD

Tints of Persian Blue #2641DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 11.73%
G = 20.06%
B = 68.21%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2641DD (or 0x2641DD) is known color: Persian Blue. HEX triplet: 26, 41 and DD. RGB value is (38,65,221). Sum of RGB (Red+Green+Blue) = 38+65+221=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #2641DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641DD is #D9BE22. Grayscale: #4A4A4A. Windows color (decimal): -14269987 or 14500134. OLE color: 14500134.

HSL color Cylindrical-coordinate representation of color #2641DD: hue angle of 231.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2641DD is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 65 221 -
CMYK 0.83 0.71 0 0.13
HSL 231.15º 0.73% 0.51% -
HSV(B) 231.15º 0.83% 0.87% -
XYZ 15.74 9.41 69.39 -
YUV 74.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 38 65 221 0.83 0.71 0 0.13 231.15 0.73 0.51
Hex 26 41 DD 53 47 0 D E7 49 33
Octal 46 101 335 123 107 0 15 347 111 63
Binary 100110 1000001 11011101 1010011 1000111 0 1101 11100111 1001001 110011

Color Harmonies of #2641DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641DD

Black with #2641DD

Text Example


Text Example

White with #2641DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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