Html Css Color HEX #263F69 Catalina Blue

📋 copy color: '#263F69'

red 38 ◦ green 63 ◦ blue 105

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

Shades of Catalina Blue #263F69

Tints of Catalina Blue #263F69

RGB

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

 GREEN value IS 63 (25% from 255) = 30.58%

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

R = 18.45%
G = 30.58%
B = 50.97%

CMYK

 C value IS 0.64

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#263F69 (or 0x263F69) is known color: Catalina Blue. HEX triplet: 26, 3F and 69. RGB value is (38,63,105). Sum of RGB (Red+Green+Blue) = 38+63+105=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #263F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F69 is #D9C096. Grayscale: #3C3C3C. Windows color (decimal): -14270615 or 6897446. OLE color: 6897446.

HSL color Cylindrical-coordinate representation of color #263F69: hue angle of 217.61º 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 #263F69 is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 63 105 -
CMYK 0.64 0.4 0 0.59
HSL 217.61º 0.47% 0.28% -
HSV(B) 217.61º 0.64% 0.41% -
XYZ 5.13 4.99 14.06 -
YUV 60.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 38 63 105 0.64 0.4 0 0.59 217.61 0.47 0.28
Hex 26 3F 69 40 28 0 3B DA 2F 1C
Octal 46 77 151 100 50 0 73 332 57 34
Binary 100110 111111 1101001 1000000 101000 0 111011 11011010 101111 11100

Color Harmonies of #263F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F69

Black with #263F69

Text Example


Text Example

White with #263F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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