Html Css Color HEX #273DBD Persian Blue

📋 copy color: '#273DBD'

red 39 ◦ green 61 ◦ blue 189

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

Shades of Persian Blue #273DBD

Tints of Persian Blue #273DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 13.49%
G = 21.11%
B = 65.4%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#273DBD (or 0x273DBD) is known color: Persian Blue. HEX triplet: 27, 3D and BD. RGB value is (39,61,189). Sum of RGB (Red+Green+Blue) = 39+61+189=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #273DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DBD is #D8C242. Grayscale: #444444. Windows color (decimal): -14205507 or 12401959. OLE color: 12401959.

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

Color convert

RGB 39 61 189 -
CMYK 0.79 0.68 0 0.26
HSL 231.2º 0.66% 0.45% -
HSV(B) 231.2º 0.79% 0.74% -
XYZ 11.69 7.44 48.96 -
YUV 69.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 39 61 189 0.79 0.68 0 0.26 231.2 0.66 0.45
Hex 27 3D BD 4F 44 0 1A E7 42 2D
Octal 47 75 275 117 104 0 32 347 102 55
Binary 100111 111101 10111101 1001111 1000100 0 11010 11100111 1000010 101101

Color Harmonies of #273DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DBD

Black with #273DBD

Text Example


Text Example

White with #273DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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