Html Css Color HEX #263D69 Catalina Blue

📋 copy color: '#263D69'

red 38 ◦ green 61 ◦ blue 105

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

Shades of Catalina Blue #263D69

Tints of Catalina Blue #263D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 18.63%
G = 29.9%
B = 51.47%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#263D69 (or 0x263D69) is known color: Catalina Blue. HEX triplet: 26, 3D and 69. RGB value is (38,61,105). Sum of RGB (Red+Green+Blue) = 38+61+105=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #263D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D69 is #D9C296. Grayscale: #3A3A3A. Windows color (decimal): -14271127 or 6896934. OLE color: 6896934.

HSL color Cylindrical-coordinate representation of color #263D69: hue angle of 219.4º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263D69 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 61 105 -
CMYK 0.64 0.42 0 0.59
HSL 219.4º 0.47% 0.28% -
HSV(B) 219.4º 0.64% 0.41% -
XYZ 5.02 4.77 14.02 -
YUV 59.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 38 61 105 0.64 0.42 0 0.59 219.4 0.47 0.28
Hex 26 3D 69 40 2A 0 3B DB 2F 1C
Octal 46 75 151 100 52 0 73 333 57 34
Binary 100110 111101 1101001 1000000 101010 0 111011 11011011 101111 11100

Color Harmonies of #263D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D69

Black with #263D69

Text Example


Text Example

White with #263D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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