Html Css Color HEX #272CBD Persian Blue

📋 copy color: '#272CBD'

red 39 ◦ green 44 ◦ blue 189

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

Shades of Persian Blue #272CBD

Tints of Persian Blue #272CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

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

R = 14.34%
G = 16.18%
B = 69.49%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#272CBD (or 0x272CBD) is known color: Persian Blue. HEX triplet: 27, 2C and BD. RGB value is (39,44,189). Sum of RGB (Red+Green+Blue) = 39+44+189=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #272CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CBD is #D8D342. Grayscale: #3A3A3A. Windows color (decimal): -14209859 or 12397607. OLE color: 12397607.

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

Color convert

RGB 39 44 189 -
CMYK 0.79 0.77 0 0.26
HSL 238º 0.66% 0.45% -
HSV(B) 238º 0.79% 0.74% -
XYZ 10.92 5.91 48.71 -
YUV 59.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 39 44 189 0.79 0.77 0 0.26 238 0.66 0.45
Hex 27 2C BD 4F 4D 0 1A EE 42 2D
Octal 47 54 275 117 115 0 32 356 102 55
Binary 100111 101100 10111101 1001111 1001101 0 11010 11101110 1000010 101101

Color Harmonies of #272CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CBD

Black with #272CBD

Text Example


Text Example

White with #272CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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