Html Css Color HEX #272BBC Persian Blue

📋 copy color: '#272BBC'

red 39 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #272BBC

Tints of Persian Blue #272BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 14.44%
G = 15.93%
B = 69.63%

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

#272BBC (or 0x272BBC) is known color: Persian Blue. HEX triplet: 27, 2B and BC. RGB value is (39,43,188). Sum of RGB (Red+Green+Blue) = 39+43+188=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #272BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BBC is #D8D443. Grayscale: #393939. Windows color (decimal): -14210116 or 12331815. OLE color: 12331815.

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

Color convert

RGB 39 43 188 -
CMYK 0.79 0.77 0 0.26
HSL 238.39º 0.66% 0.45% -
HSV(B) 238.39º 0.79% 0.74% -
XYZ 10.78 5.79 48.13 -
YUV 58.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 39 43 188 0.79 0.77 0 0.26 238.39 0.66 0.45
Hex 27 2B BC 4F 4D 0 1A EE 42 2D
Octal 47 53 274 117 115 0 32 356 102 55
Binary 100111 101011 10111100 1001111 1001101 0 11010 11101110 1000010 101101

Color Harmonies of #272BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BBC

Black with #272BBC

Text Example


Text Example

White with #272BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,43,188); }

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

background-color css

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

 a { background-color: rgb(39,43,188); }

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

border-color css

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

 span { border-color: rgb(39,43,188); }

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