Html Css Color HEX #2742BA Persian Blue

📋 copy color: '#2742BA'

red 39 ◦ green 66 ◦ blue 186

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

Shades of Persian Blue #2742BA

Tints of Persian Blue #2742BA

RGB

 RED value IS 39 (15.63% from 255) = 13.4%

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 13.4%
G = 22.68%
B = 63.92%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2742BA (or 0x2742BA) is known color: Persian Blue. HEX triplet: 27, 42 and BA. RGB value is (39,66,186). Sum of RGB (Red+Green+Blue) = 39+66+186=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2742BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2742BA is #D8BD45. Grayscale: #474747. Windows color (decimal): -14204230 or 12206631. OLE color: 12206631.

HSL color Cylindrical-coordinate representation of color #2742BA: hue angle of 228.98º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2742BA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 66 186 -
CMYK 0.79 0.65 0 0.27
HSL 228.98º 0.65% 0.44% -
HSV(B) 228.98º 0.79% 0.73% -
XYZ 11.65 7.87 47.36 -
YUV 71.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 39 66 186 0.79 0.65 0 0.27 228.98 0.65 0.44
Hex 27 42 BA 4F 41 0 1B E5 41 2C
Octal 47 102 272 117 101 0 33 345 101 54
Binary 100111 1000010 10111010 1001111 1000001 0 11011 11100101 1000001 101100

Color Harmonies of #2742BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2742BA

Black with #2742BA

Text Example


Text Example

White with #2742BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2742BA; }

 p { color: rgb(39,66,186); }

 H1.HeaderClassName
 {
   color: #2742BA;
 }
 .AnyTagClassName
 {
   color: #2742BA;
 }
</style>

background-color css

<style>
 a { background-color: #2742BA; }

 a { background-color: rgb(39,66,186); }

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

border-color css

<style>
 span { border-color: #2742BA; }

 span { border-color: rgb(39,66,186); }

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