Html Css Color HEX #2738DC Persian Blue

📋 copy color: '#2738DC'

red 39 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #2738DC

Tints of Persian Blue #2738DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 12.38%
G = 17.78%
B = 69.84%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2738DC (or 0x2738DC) is known color: Persian Blue. HEX triplet: 27, 38 and DC. RGB value is (39,56,220). Sum of RGB (Red+Green+Blue) = 39+56+220=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #2738DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738DC is #D8C723. Grayscale: #444444. Windows color (decimal): -14206756 or 14432295. OLE color: 14432295.

HSL color Cylindrical-coordinate representation of color #2738DC: hue angle of 234.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2738DC is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 56 220 -
CMYK 0.82 0.75 0 0.14
HSL 234.36º 0.72% 0.51% -
HSV(B) 234.36º 0.82% 0.86% -
XYZ 15.17 8.43 68.54 -
YUV 69.61 212.87 106.16 -
System Red Green Blue C M Y K H S L
Decimal 39 56 220 0.82 0.75 0 0.14 234.36 0.72 0.51
Hex 27 38 DC 52 4B 0 E EA 48 33
Octal 47 70 334 122 113 0 16 352 110 63
Binary 100111 111000 11011100 1010010 1001011 0 1110 11101010 1001000 110011

Color Harmonies of #2738DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2738DC

Black with #2738DC

Text Example


Text Example

White with #2738DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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