Html Css Color HEX #273DBB Persian Blue

📋 copy color: '#273DBB'

red 39 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #273DBB

Tints of Persian Blue #273DBB

RGB

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

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

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

R = 13.59%
G = 21.25%
B = 65.16%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#273DBB (or 0x273DBB) is known color: Persian Blue. HEX triplet: 27, 3D and BB. RGB value is (39,61,187). Sum of RGB (Red+Green+Blue) = 39+61+187=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #273DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DBB is #D8C244. Grayscale: #444444. Windows color (decimal): -14205509 or 12270887. OLE color: 12270887.

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

Color convert

RGB 39 61 187 -
CMYK 0.79 0.67 0 0.27
HSL 231.08º 0.65% 0.44% -
HSV(B) 231.08º 0.79% 0.73% -
XYZ 11.48 7.36 47.83 -
YUV 68.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 39 61 187 0.79 0.67 0 0.27 231.08 0.65 0.44
Hex 27 3D BB 4F 43 0 1B E7 41 2C
Octal 47 75 273 117 103 0 33 347 101 54
Binary 100111 111101 10111011 1001111 1000011 0 11011 11100111 1000001 101100

Color Harmonies of #273DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DBB

Black with #273DBB

Text Example


Text Example

White with #273DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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