Html Css Color HEX #274263 Catalina Blue

📋 copy color: '#274263'

red 39 ◦ green 66 ◦ blue 99

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

Shades of Catalina Blue #274263

Tints of Catalina Blue #274263

RGB

 RED value IS 39 (15.63% from 255) = 19.12%

 GREEN value IS 66 (26.17% from 255) = 32.35%

 BLUE value IS 99 (39.06% from 255) = 48.53%

R = 19.12%
G = 32.35%
B = 48.53%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#274263 (or 0x274263) is known color: Catalina Blue. HEX triplet: 27, 42 and 63. RGB value is (39,66,99). Sum of RGB (Red+Green+Blue) = 39+66+99=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #274263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274263 is #D8BD9C. Grayscale: #3D3D3D. Windows color (decimal): -14204317 or 6504999. OLE color: 6504999.

HSL color Cylindrical-coordinate representation of color #274263: hue angle of 213º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274263 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 66 99 -
CMYK 0.61 0.33 0 0.61
HSL 213º 0.43% 0.27% -
HSV(B) 213º 0.61% 0.39% -
XYZ 5.04 5.23 12.55 -
YUV 61.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 39 66 99 0.61 0.33 0 0.61 213 0.43 0.27
Hex 27 42 63 3D 21 0 3D D5 2B 1B
Octal 47 102 143 75 41 0 75 325 53 33
Binary 100111 1000010 1100011 111101 100001 0 111101 11010101 101011 11011

Color Harmonies of #274263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274263

Black with #274263

Text Example


Text Example

White with #274263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274263; }

 p { color: rgb(39,66,99); }

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

background-color css

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

 a { background-color: rgb(39,66,99); }

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

border-color css

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

 span { border-color: rgb(39,66,99); }

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