Html Css Color HEX #272EB2 Persian Blue

📋 copy color: '#272EB2'

red 39 ◦ green 46 ◦ blue 178

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

Shades of Persian Blue #272EB2

Tints of Persian Blue #272EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.49%

 BLUE value IS 178 (69.92% from 255) = 67.68%

R = 14.83%
G = 17.49%
B = 67.68%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#272EB2 (or 0x272EB2) is known color: Persian Blue. HEX triplet: 27, 2E and B2. RGB value is (39,46,178). Sum of RGB (Red+Green+Blue) = 39+46+178=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #272EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272EB2 is #D8D14D. Grayscale: #3A3A3A. Windows color (decimal): -14209358 or 11677223. OLE color: 11677223.

HSL color Cylindrical-coordinate representation of color #272EB2: hue angle of 236.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272EB2 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 39 46 178 -
CMYK 0.78 0.74 0 0.30
HSL 236.98º 0.64% 0.43% -
HSV(B) 236.98º 0.78% 0.7% -
XYZ 9.85 5.6 42.68 -
YUV 58.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 39 46 178 0.78 0.74 0 0.30 236.98 0.64 0.43
Hex 27 2E B2 4E 4A 0 1E ED 40 2B
Octal 47 56 262 116 112 0 36 355 100 53
Binary 100111 101110 10110010 1001110 1001010 0 11110 11101101 1000000 101011

Color Harmonies of #272EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EB2

Black with #272EB2

Text Example


Text Example

White with #272EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,46,178); }

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

background-color css

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

 a { background-color: rgb(39,46,178); }

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

border-color css

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

 span { border-color: rgb(39,46,178); }

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