Html Css Color HEX #2641CB Persian Blue

📋 copy color: '#2641CB'

red 38 ◦ green 65 ◦ blue 203

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

Shades of Persian Blue #2641CB

Tints of Persian Blue #2641CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.34%

R = 12.42%
G = 21.24%
B = 66.34%

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

#2641CB (or 0x2641CB) is known color: Persian Blue. HEX triplet: 26, 41 and CB. RGB value is (38,65,203). Sum of RGB (Red+Green+Blue) = 38+65+203=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #2641CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641CB is #D9BE34. Grayscale: #484848. Windows color (decimal): -14270005 or 13320486. OLE color: 13320486.

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

Color convert

RGB 38 65 203 -
CMYK 0.81 0.68 0 0.20
HSL 230.18º 0.68% 0.47% -
HSV(B) 230.18º 0.81% 0.8% -
XYZ 13.47 8.5 57.43 -
YUV 72.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 38 65 203 0.81 0.68 0 0.20 230.18 0.68 0.47
Hex 26 41 CB 51 44 0 14 E6 44 2F
Octal 46 101 313 121 104 0 24 346 104 57
Binary 100110 1000001 11001011 1010001 1000100 0 10100 11100110 1000100 101111

Color Harmonies of #2641CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641CB

Black with #2641CB

Text Example


Text Example

White with #2641CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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