Html Css Color HEX #2738BF Persian Blue

📋 copy color: '#2738BF'

red 39 ◦ green 56 ◦ blue 191

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

Shades of Persian Blue #2738BF

Tints of Persian Blue #2738BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 191 (75% from 255) = 66.78%

R = 13.64%
G = 19.58%
B = 66.78%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2738BF (or 0x2738BF) is known color: Persian Blue. HEX triplet: 27, 38 and BF. RGB value is (39,56,191). Sum of RGB (Red+Green+Blue) = 39+56+191=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #2738BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738BF is #D8C740. Grayscale: #414141. Windows color (decimal): -14206785 or 12531751. OLE color: 12531751.

HSL color Cylindrical-coordinate representation of color #2738BF: hue angle of 233.29º degrees, saturation: 0.66, 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 #2738BF is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 56 191 -
CMYK 0.80 0.71 0 0.25
HSL 233.29º 0.66% 0.45% -
HSV(B) 233.29º 0.8% 0.75% -
XYZ 11.65 7.02 50.03 -
YUV 66.31 198.37 108.52 -
System Red Green Blue C M Y K H S L
Decimal 39 56 191 0.80 0.71 0 0.25 233.29 0.66 0.45
Hex 27 38 BF 50 47 0 19 E9 42 2D
Octal 47 70 277 120 107 0 31 351 102 55
Binary 100111 111000 10111111 1010000 1000111 0 11001 11101001 1000010 101101

Color Harmonies of #2738BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2738BF

Black with #2738BF

Text Example


Text Example

White with #2738BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2738BF; }

 p { color: rgb(39,56,191); }

 H1.HeaderClassName
 {
   color: #2738BF;
 }
 .AnyTagClassName
 {
   color: #2738BF;
 }
</style>

background-color css

<style>
 a { background-color: #2738BF; }

 a { background-color: rgb(39,56,191); }

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

border-color css

<style>
 span { border-color: #2738BF; }

 span { border-color: rgb(39,56,191); }

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