Html Css Color HEX #263ECC Persian Blue

📋 copy color: '#263ECC'

red 38 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #263ECC

Tints of Persian Blue #263ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.39%

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

R = 12.5%
G = 20.39%
B = 67.11%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#263ECC (or 0x263ECC) is known color: Persian Blue. HEX triplet: 26, 3E and CC. RGB value is (38,62,204). Sum of RGB (Red+Green+Blue) = 38+62+204=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #263ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ECC is #D9C133. Grayscale: #464646. Windows color (decimal): -14270772 or 13385254. OLE color: 13385254.

HSL color Cylindrical-coordinate representation of color #263ECC: hue angle of 231.33º 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 #263ECC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 62 204 -
CMYK 0.81 0.70 0 0.2
HSL 231.33º 0.69% 0.47% -
HSV(B) 231.33º 0.81% 0.8% -
XYZ 13.42 8.22 58.01 -
YUV 71.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 38 62 204 0.81 0.70 0 0.2 231.33 0.69 0.47
Hex 26 3E CC 51 46 0 14 E7 45 2F
Octal 46 76 314 121 106 0 24 347 105 57
Binary 100110 111110 11001100 1010001 1000110 0 10100 11100111 1000101 101111

Color Harmonies of #263ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ECC

Black with #263ECC

Text Example


Text Example

White with #263ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263ECC; }

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

 H1.HeaderClassName
 {
   color: #263ECC;
 }
 .AnyTagClassName
 {
   color: #263ECC;
 }
</style>

background-color css

<style>
 a { background-color: #263ECC; }

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

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

border-color css

<style>
 span { border-color: #263ECC; }

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

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