#2738BB

Color #2738BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2738BB

Tints of Persian Blue #2738BB

Color information

#2738BB (or 0x2738BB) is unknown color: approx Persian Blue. HEX triplet: 27, 38 and BB. RGB value is (39,56,187). Sum of RGB (Red+Green+Blue) = 39+56+187=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #2738BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738BB is #D8C744. Grayscale: #414141. Windows color (decimal): -14206789 or 12269607. OLE color: 12269607.

HSL color Cylindrical-coordinate representation of color #2738BB: hue angle of 233.11º 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 #2738BB is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3956187-
CMYK0.790.7000.27
HSL233.11º65.49%44.31%-
HSV(B)233.11º79.14%73.33%-
XYZ11.226.8547.74-
YUV65.85196.37108.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 187 (73.44% from 255) = 66.31%
R=13.83%
G=19.86%
B=66.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39561870.790.7000.27233.1165.4944.31
Hex2738BB4F4601Be9412c
Octal477027311710603335110154
Binary1001111110001011101110011111000110011011111010011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2738BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2738BB;
 }
 .AnyTagClassName
 {
   color: #2738BB;
 }
</style>
background-color css

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

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

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

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

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

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