Html Css Color HEX #273FBE Persian Blue

📋 copy color: '#273FBE'

red 39 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #273FBE

Tints of Persian Blue #273FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 13.36%
G = 21.58%
B = 65.07%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#273FBE (or 0x273FBE) is known color: Persian Blue. HEX triplet: 27, 3F and BE. RGB value is (39,63,190). Sum of RGB (Red+Green+Blue) = 39+63+190=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #273FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FBE is #D8C041. Grayscale: #454545. Windows color (decimal): -14204994 or 12468007. OLE color: 12468007.

HSL color Cylindrical-coordinate representation of color #273FBE: hue angle of 230.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273FBE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 63 190 -
CMYK 0.79 0.67 0 0.25
HSL 230.46º 0.66% 0.45% -
HSV(B) 230.46º 0.79% 0.75% -
XYZ 11.91 7.7 49.57 -
YUV 70.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 39 63 190 0.79 0.67 0 0.25 230.46 0.66 0.45
Hex 27 3F BE 4F 43 0 19 E6 42 2D
Octal 47 77 276 117 103 0 31 346 102 55
Binary 100111 111111 10111110 1001111 1000011 0 11001 11100110 1000010 101101

Color Harmonies of #273FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FBE

Black with #273FBE

Text Example


Text Example

White with #273FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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