Html Css Color HEX #2642BE Persian Blue

📋 copy color: '#2642BE'

red 38 ◦ green 66 ◦ blue 190

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

Shades of Persian Blue #2642BE

Tints of Persian Blue #2642BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 12.93%
G = 22.45%
B = 64.63%

CMYK

 C value IS 0.8

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2642BE (or 0x2642BE) is known color: Persian Blue. HEX triplet: 26, 42 and BE. RGB value is (38,66,190). Sum of RGB (Red+Green+Blue) = 38+66+190=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #2642BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642BE is #D9BD41. Grayscale: #474747. Windows color (decimal): -14269762 or 12468774. OLE color: 12468774.

HSL color Cylindrical-coordinate representation of color #2642BE: hue angle of 228.95º 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 #2642BE is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 66 190 -
CMYK 0.8 0.65 0 0.25
HSL 228.95º 0.67% 0.45% -
HSV(B) 228.95º 0.8% 0.75% -
XYZ 12.04 8.03 49.63 -
YUV 71.76 194.72 103.92 -
System Red Green Blue C M Y K H S L
Decimal 38 66 190 0.8 0.65 0 0.25 228.95 0.67 0.45
Hex 26 42 BE 50 41 0 19 E5 43 2D
Octal 46 102 276 120 101 0 31 345 103 55
Binary 100110 1000010 10111110 1010000 1000001 0 11001 11100101 1000011 101101

Color Harmonies of #2642BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2642BE

Black with #2642BE

Text Example


Text Example

White with #2642BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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