Html Css Color HEX #263ECF Persian Blue

📋 copy color: '#263ECF'

red 38 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #263ECF

Tints of Persian Blue #263ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 12.38%
G = 20.2%
B = 67.43%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#263ECF (or 0x263ECF) is known color: Persian Blue. HEX triplet: 26, 3E and CF. RGB value is (38,62,207). Sum of RGB (Red+Green+Blue) = 38+62+207=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #263ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ECF is #D9C130. Grayscale: #464646. Windows color (decimal): -14270769 or 13581862. OLE color: 13581862.

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

Color convert

RGB 38 62 207 -
CMYK 0.82 0.70 0 0.19
HSL 231.48º 0.69% 0.48% -
HSV(B) 231.48º 0.82% 0.81% -
XYZ 13.78 8.36 59.92 -
YUV 71.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 38 62 207 0.82 0.70 0 0.19 231.48 0.69 0.48
Hex 26 3E CF 52 46 0 13 E7 45 30
Octal 46 76 317 122 106 0 23 347 105 60
Binary 100110 111110 11001111 1010010 1000110 0 10011 11100111 1000101 110000

Color Harmonies of #263ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ECF

Black with #263ECF

Text Example


Text Example

White with #263ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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