Html Css Color HEX #2635CE Persian Blue

📋 copy color: '#2635CE'

red 38 ◦ green 53 ◦ blue 206

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

Shades of Persian Blue #2635CE

Tints of Persian Blue #2635CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 12.79%
G = 17.85%
B = 69.36%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2635CE (or 0x2635CE) is known color: Persian Blue. HEX triplet: 26, 35 and CE. RGB value is (38,53,206). Sum of RGB (Red+Green+Blue) = 38+53+206=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #2635CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2635CE is #D9CA31. Grayscale: #414141. Windows color (decimal): -14273074 or 13514022. OLE color: 13514022.

HSL color Cylindrical-coordinate representation of color #2635CE: hue angle of 234.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2635CE is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 53 206 -
CMYK 0.82 0.74 0 0.19
HSL 234.64º 0.69% 0.48% -
HSV(B) 234.64º 0.82% 0.81% -
XYZ 13.21 7.41 59.13 -
YUV 65.96 207.03 108.06 -
System Red Green Blue C M Y K H S L
Decimal 38 53 206 0.82 0.74 0 0.19 234.64 0.69 0.48
Hex 26 35 CE 52 4A 0 13 EB 45 30
Octal 46 65 316 122 112 0 23 353 105 60
Binary 100110 110101 11001110 1010010 1001010 0 10011 11101011 1000101 110000

Color Harmonies of #2635CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2635CE

Black with #2635CE

Text Example


Text Example

White with #2635CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2635CE; }

 p { color: rgb(38,53,206); }

 H1.HeaderClassName
 {
   color: #2635CE;
 }
 .AnyTagClassName
 {
   color: #2635CE;
 }
</style>

background-color css

<style>
 a { background-color: #2635CE; }

 a { background-color: rgb(38,53,206); }

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

border-color css

<style>
 span { border-color: #2635CE; }

 span { border-color: rgb(38,53,206); }

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