Html Css Color HEX #2735BB Persian Blue

📋 copy color: '#2735BB'

red 39 ◦ green 53 ◦ blue 187

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

Shades of Persian Blue #2735BB

Tints of Persian Blue #2735BB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 13.98%
G = 19%
B = 67.03%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2735BB (or 0x2735BB) is known color: Persian Blue. HEX triplet: 27, 35 and BB. RGB value is (39,53,187). Sum of RGB (Red+Green+Blue) = 39+53+187=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #2735BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2735BB is #D8CA44. Grayscale: #3F3F3F. Windows color (decimal): -14207557 or 12268839. OLE color: 12268839.

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

Color convert

RGB 39 53 187 -
CMYK 0.79 0.72 0 0.27
HSL 234.32º 0.65% 0.44% -
HSV(B) 234.32º 0.79% 0.73% -
XYZ 11.08 6.57 47.7 -
YUV 64.09 197.36 110.1 -
System Red Green Blue C M Y K H S L
Decimal 39 53 187 0.79 0.72 0 0.27 234.32 0.65 0.44
Hex 27 35 BB 4F 48 0 1B EA 41 2C
Octal 47 65 273 117 110 0 33 352 101 54
Binary 100111 110101 10111011 1001111 1001000 0 11011 11101010 1000001 101100

Color Harmonies of #2735BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2735BB

Black with #2735BB

Text Example


Text Example

White with #2735BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2735BB;
 }
 .AnyTagClassName
 {
   color: #2735BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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