Html Css Color HEX #2741CF Persian Blue

📋 copy color: '#2741CF'

red 39 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #2741CF

Tints of Persian Blue #2741CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.56%

R = 12.54%
G = 20.9%
B = 66.56%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2741CF (or 0x2741CF) is known color: Persian Blue. HEX triplet: 27, 41 and CF. RGB value is (39,65,207). Sum of RGB (Red+Green+Blue) = 39+65+207=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #2741CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741CF is #D8BE30. Grayscale: #484848. Windows color (decimal): -14204465 or 13582631. OLE color: 13582631.

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

Color convert

RGB 39 65 207 -
CMYK 0.81 0.69 0 0.19
HSL 230.71º 0.68% 0.48% -
HSV(B) 230.71º 0.81% 0.81% -
XYZ 13.99 8.72 59.98 -
YUV 73.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 39 65 207 0.81 0.69 0 0.19 230.71 0.68 0.48
Hex 27 41 CF 51 45 0 13 E7 44 30
Octal 47 101 317 121 105 0 23 347 104 60
Binary 100111 1000001 11001111 1010001 1000101 0 10011 11100111 1000100 110000

Color Harmonies of #2741CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741CF

Black with #2741CF

Text Example


Text Example

White with #2741CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2741CF; }

 p { color: rgb(39,65,207); }

 H1.HeaderClassName
 {
   color: #2741CF;
 }
 .AnyTagClassName
 {
   color: #2741CF;
 }
</style>

background-color css

<style>
 a { background-color: #2741CF; }

 a { background-color: rgb(39,65,207); }

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

border-color css

<style>
 span { border-color: #2741CF; }

 span { border-color: rgb(39,65,207); }

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