Html Css Color HEX #272DBB Persian Blue

📋 copy color: '#272DBB'

red 39 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #272DBB

Tints of Persian Blue #272DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 14.39%
G = 16.61%
B = 69%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#272DBB (or 0x272DBB) is known color: Persian Blue. HEX triplet: 27, 2D and BB. RGB value is (39,45,187). Sum of RGB (Red+Green+Blue) = 39+45+187=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #272DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DBB is #D8D244. Grayscale: #3A3A3A. Windows color (decimal): -14209605 or 12266791. OLE color: 12266791.

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

Color convert

RGB 39 45 187 -
CMYK 0.79 0.76 0 0.27
HSL 237.57º 0.65% 0.44% -
HSV(B) 237.57º 0.79% 0.73% -
XYZ 10.74 5.9 47.59 -
YUV 59.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 39 45 187 0.79 0.76 0 0.27 237.57 0.65 0.44
Hex 27 2D BB 4F 4C 0 1B EE 41 2C
Octal 47 55 273 117 114 0 33 356 101 54
Binary 100111 101101 10111011 1001111 1001100 0 11011 11101110 1000001 101100

Color Harmonies of #272DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DBB

Black with #272DBB

Text Example


Text Example

White with #272DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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