Html Css Color HEX #273FBB Persian Blue

📋 copy color: '#273FBB'

red 39 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #273FBB

Tints of Persian Blue #273FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 13.49%
G = 21.8%
B = 64.71%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#273FBB (or 0x273FBB) is known color: Persian Blue. HEX triplet: 27, 3F and BB. RGB value is (39,63,187). Sum of RGB (Red+Green+Blue) = 39+63+187=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #273FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FBB is #D8C044. Grayscale: #454545. Windows color (decimal): -14204997 or 12271399. OLE color: 12271399.

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

Color convert

RGB 39 63 187 -
CMYK 0.79 0.66 0 0.27
HSL 230.27º 0.65% 0.44% -
HSV(B) 230.27º 0.79% 0.73% -
XYZ 11.58 7.57 47.87 -
YUV 69.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 39 63 187 0.79 0.66 0 0.27 230.27 0.65 0.44
Hex 27 3F BB 4F 42 0 1B E6 41 2C
Octal 47 77 273 117 102 0 33 346 101 54
Binary 100111 111111 10111011 1001111 1000010 0 11011 11100110 1000001 101100

Color Harmonies of #273FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FBB

Black with #273FBB

Text Example


Text Example

White with #273FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273FBB; }

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

 H1.HeaderClassName
 {
   color: #273FBB;
 }
 .AnyTagClassName
 {
   color: #273FBB;
 }
</style>

background-color css

<style>
 a { background-color: #273FBB; }

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

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

border-color css

<style>
 span { border-color: #273FBB; }

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

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