Html Css Color HEX #2630AA Persian Blue

📋 copy color: '#2630AA'

red 38 ◦ green 48 ◦ blue 170

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

Shades of Persian Blue #2630AA

Tints of Persian Blue #2630AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 14.84%
G = 18.75%
B = 66.41%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2630AA (or 0x2630AA) is known color: Persian Blue. HEX triplet: 26, 30 and AA. RGB value is (38,48,170). Sum of RGB (Red+Green+Blue) = 38+48+170=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2630AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2630AA is #D9CF55. Grayscale: #3A3A3A. Windows color (decimal): -14274390 or 11153446. OLE color: 11153446.

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

Color convert

RGB 38 48 170 -
CMYK 0.78 0.72 0 0.33
HSL 235.45º 0.63% 0.41% -
HSV(B) 235.45º 0.78% 0.67% -
XYZ 9.11 5.43 38.6 -
YUV 58.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 38 48 170 0.78 0.72 0 0.33 235.45 0.63 0.41
Hex 26 30 AA 4E 48 0 21 EB 3F 29
Octal 46 60 252 116 110 0 41 353 77 51
Binary 100110 110000 10101010 1001110 1001000 0 100001 11101011 111111 101001

Color Harmonies of #2630AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2630AA

Black with #2630AA

Text Example


Text Example

White with #2630AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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