Html Css Color HEX #2641BE Persian Blue

📋 copy color: '#2641BE'

red 38 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #2641BE

Tints of Persian Blue #2641BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 12.97%
G = 22.18%
B = 64.85%

CMYK

 C value IS 0.8

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2641BE (or 0x2641BE) is known color: Persian Blue. HEX triplet: 26, 41 and BE. RGB value is (38,65,190). Sum of RGB (Red+Green+Blue) = 38+65+190=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #2641BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2641BE is #D9BE41. Grayscale: #464646. Windows color (decimal): -14270018 or 12468518. OLE color: 12468518.

HSL color Cylindrical-coordinate representation of color #2641BE: hue angle of 229.34º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2641BE is Cyan = 0.8, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 65 190 -
CMYK 0.8 0.66 0 0.25
HSL 229.34º 0.67% 0.45% -
HSV(B) 229.34º 0.8% 0.75% -
XYZ 11.98 7.91 49.61 -
YUV 71.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 38 65 190 0.8 0.66 0 0.25 229.34 0.67 0.45
Hex 26 41 BE 50 42 0 19 E5 43 2D
Octal 46 101 276 120 102 0 31 345 103 55
Binary 100110 1000001 10111110 1010000 1000010 0 11001 11100101 1000011 101101

Color Harmonies of #2641BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2641BE

Black with #2641BE

Text Example


Text Example

White with #2641BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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