Html Css Color HEX #2630AE Persian Blue

📋 copy color: '#2630AE'

red 38 ◦ green 48 ◦ blue 174

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

Shades of Persian Blue #2630AE

Tints of Persian Blue #2630AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 174 (68.36% from 255) = 66.92%

R = 14.62%
G = 18.46%
B = 66.92%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2630AE (or 0x2630AE) is known color: Persian Blue. HEX triplet: 26, 30 and AE. RGB value is (38,48,174). Sum of RGB (Red+Green+Blue) = 38+48+174=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #2630AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2630AE is #D9CF51. Grayscale: #3A3A3A. Windows color (decimal): -14274386 or 11415590. OLE color: 11415590.

HSL color Cylindrical-coordinate representation of color #2630AE: hue angle of 235.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2630AE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 48 174 -
CMYK 0.78 0.72 0 0.32
HSL 235.59º 0.64% 0.42% -
HSV(B) 235.59º 0.78% 0.68% -
XYZ 9.5 5.58 40.62 -
YUV 59.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 38 48 174 0.78 0.72 0 0.32 235.59 0.64 0.42
Hex 26 30 AE 4E 48 0 20 EC 40 2A
Octal 46 60 256 116 110 0 40 354 100 52
Binary 100110 110000 10101110 1001110 1001000 0 100000 11101100 1000000 101010

Color Harmonies of #2630AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2630AE

Black with #2630AE

Text Example


Text Example

White with #2630AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2630AE; }

 p { color: rgb(38,48,174); }

 H1.HeaderClassName
 {
   color: #2630AE;
 }
 .AnyTagClassName
 {
   color: #2630AE;
 }
</style>

background-color css

<style>
 a { background-color: #2630AE; }

 a { background-color: rgb(38,48,174); }

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

border-color css

<style>
 span { border-color: #2630AE; }

 span { border-color: rgb(38,48,174); }

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