Html Css Color HEX #273DBE Persian Blue

📋 copy color: '#273DBE'

red 39 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #273DBE

Tints of Persian Blue #273DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

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

R = 13.45%
G = 21.03%
B = 65.52%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#273DBE (or 0x273DBE) is known color: Persian Blue. HEX triplet: 27, 3D and BE. RGB value is (39,61,190). Sum of RGB (Red+Green+Blue) = 39+61+190=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #273DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DBE is #D8C241. Grayscale: #444444. Windows color (decimal): -14205506 or 12467495. OLE color: 12467495.

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

Color convert

RGB 39 61 190 -
CMYK 0.79 0.68 0 0.25
HSL 231.26º 0.66% 0.45% -
HSV(B) 231.26º 0.79% 0.75% -
XYZ 11.8 7.49 49.54 -
YUV 69.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 39 61 190 0.79 0.68 0 0.25 231.26 0.66 0.45
Hex 27 3D BE 4F 44 0 19 E7 42 2D
Octal 47 75 276 117 104 0 31 347 102 55
Binary 100111 111101 10111110 1001111 1000100 0 11001 11100111 1000010 101101

Color Harmonies of #273DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DBE

Black with #273DBE

Text Example


Text Example

White with #273DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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