Html Css Color HEX #2641CD Persian Blue

📋 copy color: '#2641CD'

red 38 ◦ green 65 ◦ blue 205

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

Shades of Persian Blue #2641CD

Tints of Persian Blue #2641CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 12.34%
G = 21.1%
B = 66.56%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2641CD (or 0x2641CD) is known color: Persian Blue. HEX triplet: 26, 41 and CD. RGB value is (38,65,205). Sum of RGB (Red+Green+Blue) = 38+65+205=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #2641CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641CD is #D9BE32. Grayscale: #484848. Windows color (decimal): -14270003 or 13451558. OLE color: 13451558.

HSL color Cylindrical-coordinate representation of color #2641CD: hue angle of 230.3º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2641CD is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 65 205 -
CMYK 0.81 0.68 0 0.20
HSL 230.3º 0.69% 0.48% -
HSV(B) 230.3º 0.81% 0.8% -
XYZ 13.71 8.6 58.7 -
YUV 72.89 202.55 103.12 -
System Red Green Blue C M Y K H S L
Decimal 38 65 205 0.81 0.68 0 0.20 230.3 0.69 0.48
Hex 26 41 CD 51 44 0 14 E6 45 30
Octal 46 101 315 121 104 0 24 346 105 60
Binary 100110 1000001 11001101 1010001 1000100 0 10100 11100110 1000101 110000

Color Harmonies of #2641CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641CD

Black with #2641CD

Text Example


Text Example

White with #2641CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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