Html Css Color HEX #2627DD Persian Blue

📋 copy color: '#2627DD'

red 38 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #2627DD

Tints of Persian Blue #2627DD

RGB

 RED value IS 38 (15.23% from 255) = 12.75%

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 12.75%
G = 13.09%
B = 74.16%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2627DD (or 0x2627DD) is known color: Persian Blue. HEX triplet: 26, 27 and DD. RGB value is (38,39,221). Sum of RGB (Red+Green+Blue) = 38+39+221=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #2627DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2627DD is #D9D822. Grayscale: #3A3A3A. Windows color (decimal): -14276643 or 14493478. OLE color: 14493478.

HSL color Cylindrical-coordinate representation of color #2627DD: hue angle of 239.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2627DD is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 39 221 -
CMYK 0.83 0.82 0 0.13
HSL 239.67º 0.73% 0.51% -
HSV(B) 239.67º 0.83% 0.87% -
XYZ 14.58 7.08 69.01 -
YUV 59.45 219.17 112.7 -
System Red Green Blue C M Y K H S L
Decimal 38 39 221 0.83 0.82 0 0.13 239.67 0.73 0.51
Hex 26 27 DD 53 52 0 D F0 49 33
Octal 46 47 335 123 122 0 15 360 111 63
Binary 100110 100111 11011101 1010011 1010010 0 1101 11110000 1001001 110011

Color Harmonies of #2627DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2627DD

Black with #2627DD

Text Example


Text Example

White with #2627DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2627DD; }

 p { color: rgb(38,39,221); }

 H1.HeaderClassName
 {
   color: #2627DD;
 }
 .AnyTagClassName
 {
   color: #2627DD;
 }
</style>

background-color css

<style>
 a { background-color: #2627DD; }

 a { background-color: rgb(38,39,221); }

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

border-color css

<style>
 span { border-color: #2627DD; }

 span { border-color: rgb(38,39,221); }

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