Html Css Color HEX #273FBA Persian Blue

📋 copy color: '#273FBA'

red 39 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #273FBA

Tints of Persian Blue #273FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.58%

R = 13.54%
G = 21.88%
B = 64.58%

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

#273FBA (or 0x273FBA) is known color: Persian Blue. HEX triplet: 27, 3F and BA. RGB value is (39,63,186). Sum of RGB (Red+Green+Blue) = 39+63+186=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #273FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FBA is #D8C045. Grayscale: #454545. Windows color (decimal): -14204998 or 12205863. OLE color: 12205863.

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

Color convert

RGB 39 63 186 -
CMYK 0.79 0.66 0 0.27
HSL 230.2º 0.65% 0.44% -
HSV(B) 230.2º 0.79% 0.73% -
XYZ 11.48 7.53 47.3 -
YUV 69.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 39 63 186 0.79 0.66 0 0.27 230.2 0.65 0.44
Hex 27 3F BA 4F 42 0 1B E6 41 2C
Octal 47 77 272 117 102 0 33 346 101 54
Binary 100111 111111 10111010 1001111 1000010 0 11011 11100110 1000001 101100

Color Harmonies of #273FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FBA

Black with #273FBA

Text Example


Text Example

White with #273FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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