Html Css Color HEX #2639BA Persian Blue

📋 copy color: '#2639BA'

red 38 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #2639BA

Tints of Persian Blue #2639BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 13.52%
G = 20.28%
B = 66.19%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2639BA (or 0x2639BA) is known color: Persian Blue. HEX triplet: 26, 39 and BA. RGB value is (38,57,186). Sum of RGB (Red+Green+Blue) = 38+57+186=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #2639BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639BA is #D9C645. Grayscale: #414141. Windows color (decimal): -14272070 or 12204326. OLE color: 12204326.

HSL color Cylindrical-coordinate representation of color #2639BA: hue angle of 232.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2639BA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 57 186 -
CMYK 0.80 0.69 0 0.27
HSL 232.3º 0.66% 0.44% -
HSV(B) 232.3º 0.8% 0.73% -
XYZ 11.13 6.88 47.2 -
YUV 66.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 38 57 186 0.80 0.69 0 0.27 232.3 0.66 0.44
Hex 26 39 BA 50 45 0 1B E8 42 2C
Octal 46 71 272 120 105 0 33 350 102 54
Binary 100110 111001 10111010 1010000 1000101 0 11011 11101000 1000010 101100

Color Harmonies of #2639BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2639BA

Black with #2639BA

Text Example


Text Example

White with #2639BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2639BA; }

 p { color: rgb(38,57,186); }

 H1.HeaderClassName
 {
   color: #2639BA;
 }
 .AnyTagClassName
 {
   color: #2639BA;
 }
</style>

background-color css

<style>
 a { background-color: #2639BA; }

 a { background-color: rgb(38,57,186); }

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

border-color css

<style>
 span { border-color: #2639BA; }

 span { border-color: rgb(38,57,186); }

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