Html Css Color HEX #263DCE Persian Blue

📋 copy color: '#263DCE'

red 38 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #263DCE

Tints of Persian Blue #263DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 12.46%
G = 20%
B = 67.54%

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

#263DCE (or 0x263DCE) is known color: Persian Blue. HEX triplet: 26, 3D and CE. RGB value is (38,61,206). Sum of RGB (Red+Green+Blue) = 38+61+206=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #263DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DCE is #D9C231. Grayscale: #464646. Windows color (decimal): -14271026 or 13516070. OLE color: 13516070.

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

Color convert

RGB 38 61 206 -
CMYK 0.82 0.70 0 0.19
HSL 231.79º 0.69% 0.48% -
HSV(B) 231.79º 0.82% 0.81% -
XYZ 13.61 8.21 59.26 -
YUV 70.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 38 61 206 0.82 0.70 0 0.19 231.79 0.69 0.48
Hex 26 3D CE 52 46 0 13 E8 45 30
Octal 46 75 316 122 106 0 23 350 105 60
Binary 100110 111101 11001110 1010010 1000110 0 10011 11101000 1000101 110000

Color Harmonies of #263DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DCE

Black with #263DCE

Text Example


Text Example

White with #263DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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