Html Css Color HEX #2636CC Persian Blue

📋 copy color: '#2636CC'

red 38 ◦ green 54 ◦ blue 204

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

Shades of Persian Blue #2636CC

Tints of Persian Blue #2636CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 12.84%
G = 18.24%
B = 68.92%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2636CC (or 0x2636CC) is known color: Persian Blue. HEX triplet: 26, 36 and CC. RGB value is (38,54,204). Sum of RGB (Red+Green+Blue) = 38+54+204=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #2636CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2636CC is #D9C933. Grayscale: #414141. Windows color (decimal): -14272820 or 13383206. OLE color: 13383206.

HSL color Cylindrical-coordinate representation of color #2636CC: hue angle of 234.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2636CC is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 54 204 -
CMYK 0.81 0.74 0 0.2
HSL 234.22º 0.69% 0.47% -
HSV(B) 234.22º 0.81% 0.8% -
XYZ 13.02 7.41 57.87 -
YUV 66.32 205.7 107.8 -
System Red Green Blue C M Y K H S L
Decimal 38 54 204 0.81 0.74 0 0.2 234.22 0.69 0.47
Hex 26 36 CC 51 4A 0 14 EA 45 2F
Octal 46 66 314 121 112 0 24 352 105 57
Binary 100110 110110 11001100 1010001 1001010 0 10100 11101010 1000101 101111

Color Harmonies of #2636CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2636CC

Black with #2636CC

Text Example


Text Example

White with #2636CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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