Html Css Color HEX #2642DA Persian Blue

📋 copy color: '#2642DA'

red 38 ◦ green 66 ◦ blue 218

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

Shades of Persian Blue #2642DA

Tints of Persian Blue #2642DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 218 (85.55% from 255) = 67.7%

R = 11.8%
G = 20.5%
B = 67.7%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2642DA (or 0x2642DA) is known color: Persian Blue. HEX triplet: 26, 42 and DA. RGB value is (38,66,218). Sum of RGB (Red+Green+Blue) = 38+66+218=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #2642DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642DA is #D9BD25. Grayscale: #4A4A4A. Windows color (decimal): -14269734 or 14303782. OLE color: 14303782.

HSL color Cylindrical-coordinate representation of color #2642DA: hue angle of 230.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2642DA is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 66 218 -
CMYK 0.83 0.70 0 0.15
HSL 230.67º 0.71% 0.5% -
HSV(B) 230.67º 0.83% 0.85% -
XYZ 15.4 9.37 67.33 -
YUV 74.96 208.72 101.64 -
System Red Green Blue C M Y K H S L
Decimal 38 66 218 0.83 0.70 0 0.15 230.67 0.71 0.5
Hex 26 42 DA 53 46 0 F E7 47 32
Octal 46 102 332 123 106 0 17 347 107 62
Binary 100110 1000010 11011010 1010011 1000110 0 1111 11100111 1000111 110010

Color Harmonies of #2642DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2642DA

Black with #2642DA

Text Example


Text Example

White with #2642DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2642DA; }

 p { color: rgb(38,66,218); }

 H1.HeaderClassName
 {
   color: #2642DA;
 }
 .AnyTagClassName
 {
   color: #2642DA;
 }
</style>

background-color css

<style>
 a { background-color: #2642DA; }

 a { background-color: rgb(38,66,218); }

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

border-color css

<style>
 span { border-color: #2642DA; }

 span { border-color: rgb(38,66,218); }

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