Html Css Color HEX #2738AB Persian Blue

📋 copy color: '#2738AB'

red 39 ◦ green 56 ◦ blue 171

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

Shades of Persian Blue #2738AB

Tints of Persian Blue #2738AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 14.66%
G = 21.05%
B = 64.29%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2738AB (or 0x2738AB) is known color: Persian Blue. HEX triplet: 27, 38 and AB. RGB value is (39,56,171). Sum of RGB (Red+Green+Blue) = 39+56+171=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #2738AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2738AB is #D8C754. Grayscale: #3F3F3F. Windows color (decimal): -14206805 or 11221031. OLE color: 11221031.

HSL color Cylindrical-coordinate representation of color #2738AB: hue angle of 232.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2738AB is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 56 171 -
CMYK 0.77 0.67 0 0.33
HSL 232.27º 0.63% 0.41% -
HSV(B) 232.27º 0.77% 0.67% -
XYZ 9.6 6.2 39.22 -
YUV 64.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 39 56 171 0.77 0.67 0 0.33 232.27 0.63 0.41
Hex 27 38 AB 4D 43 0 21 E8 3F 29
Octal 47 70 253 115 103 0 41 350 77 51
Binary 100111 111000 10101011 1001101 1000011 0 100001 11101000 111111 101001

Color Harmonies of #2738AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2738AB

Black with #2738AB

Text Example


Text Example

White with #2738AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2738AB; }

 p { color: rgb(39,56,171); }

 H1.HeaderClassName
 {
   color: #2738AB;
 }
 .AnyTagClassName
 {
   color: #2738AB;
 }
</style>

background-color css

<style>
 a { background-color: #2738AB; }

 a { background-color: rgb(39,56,171); }

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

border-color css

<style>
 span { border-color: #2738AB; }

 span { border-color: rgb(39,56,171); }

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