Html Css Color HEX #2641DC Persian Blue

📋 copy color: '#2641DC'

red 38 ◦ green 65 ◦ blue 220

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

Shades of Persian Blue #2641DC

Tints of Persian Blue #2641DC

RGB

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

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

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

R = 11.76%
G = 20.12%
B = 68.11%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2641DC (or 0x2641DC) is known color: Persian Blue. HEX triplet: 26, 41 and DC. RGB value is (38,65,220). Sum of RGB (Red+Green+Blue) = 38+65+220=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #2641DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641DC is #D9BE23. Grayscale: #494949. Windows color (decimal): -14269988 or 14434598. OLE color: 14434598.

HSL color Cylindrical-coordinate representation of color #2641DC: hue angle of 231.1º 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 #2641DC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 65 220 -
CMYK 0.83 0.70 0 0.14
HSL 231.1º 0.72% 0.51% -
HSV(B) 231.1º 0.83% 0.86% -
XYZ 15.61 9.36 68.69 -
YUV 74.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 38 65 220 0.83 0.70 0 0.14 231.1 0.72 0.51
Hex 26 41 DC 53 46 0 E E7 48 33
Octal 46 101 334 123 106 0 16 347 110 63
Binary 100110 1000001 11011100 1010011 1000110 0 1110 11100111 1001000 110011

Color Harmonies of #2641DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641DC

Black with #2641DC

Text Example


Text Example

White with #2641DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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