Html Css Color HEX #274268 Catalina Blue

📋 copy color: '#274268'

red 39 ◦ green 66 ◦ blue 104

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

Shades of Catalina Blue #274268

Tints of Catalina Blue #274268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 18.66%
G = 31.58%
B = 49.76%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274268 (or 0x274268) is known color: Catalina Blue. HEX triplet: 27, 42 and 68. RGB value is (39,66,104). Sum of RGB (Red+Green+Blue) = 39+66+104=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #274268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274268 is #D8BD97. Grayscale: #3E3E3E. Windows color (decimal): -14204312 or 6832679. OLE color: 6832679.

HSL color Cylindrical-coordinate representation of color #274268: hue angle of 215.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274268 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 66 104 -
CMYK 0.62 0.37 0 0.59
HSL 215.08º 0.45% 0.28% -
HSV(B) 215.08º 0.63% 0.41% -
XYZ 5.28 5.33 13.85 -
YUV 62.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 39 66 104 0.62 0.37 0 0.59 215.08 0.45 0.28
Hex 27 42 68 3E 25 0 3B D7 2D 1C
Octal 47 102 150 76 45 0 73 327 55 34
Binary 100111 1000010 1101000 111110 100101 0 111011 11010111 101101 11100

Color Harmonies of #274268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274268

Black with #274268

Text Example


Text Example

White with #274268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274268; }

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

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

background-color css

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

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

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

border-color css

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

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

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