Html Css Color HEX #2636AA Persian Blue

📋 copy color: '#2636AA'

red 38 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #2636AA

Tints of Persian Blue #2636AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 14.5%
G = 20.61%
B = 64.89%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2636AA (or 0x2636AA) is known color: Persian Blue. HEX triplet: 26, 36 and AA. RGB value is (38,54,170). Sum of RGB (Red+Green+Blue) = 38+54+170=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #2636AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2636AA is #D9C955. Grayscale: #3D3D3D. Windows color (decimal): -14272854 or 11154982. OLE color: 11154982.

HSL color Cylindrical-coordinate representation of color #2636AA: hue angle of 232.73º 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 #2636AA is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 54 170 -
CMYK 0.78 0.68 0 0.33
HSL 232.73º 0.63% 0.41% -
HSV(B) 232.73º 0.78% 0.67% -
XYZ 9.37 5.95 38.69 -
YUV 62.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 38 54 170 0.78 0.68 0 0.33 232.73 0.63 0.41
Hex 26 36 AA 4E 44 0 21 E9 3F 29
Octal 46 66 252 116 104 0 41 351 77 51
Binary 100110 110110 10101010 1001110 1000100 0 100001 11101001 111111 101001

Color Harmonies of #2636AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2636AA

Black with #2636AA

Text Example


Text Example

White with #2636AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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