Html Css Color HEX #438EE0 Picton Blue

📋 copy color: '#438EE0'

red 67 ◦ green 142 ◦ blue 224

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

Shades of Picton Blue #438EE0

Tints of Picton Blue #438EE0

RGB

 RED value IS 67 (26.56% from 255) = 15.47%

 GREEN value IS 142 (55.86% from 255) = 32.79%

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 15.47%
G = 32.79%
B = 51.73%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#438EE0 (or 0x438EE0) is known color: Picton Blue. HEX triplet: 43, 8E and E0. RGB value is (67,142,224). Sum of RGB (Red+Green+Blue) = 67+142+224=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #438EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EE0 is #BC711F. Grayscale: #808080. Windows color (decimal): -12349728 or 14716483. OLE color: 14716483.

HSL color Cylindrical-coordinate representation of color #438EE0: hue angle of 211.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438EE0 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 142 224 -
CMYK 0.70 0.37 0 0.12
HSL 211.34º 0.72% 0.57% -
HSV(B) 211.34º 0.7% 0.88% -
XYZ 25.44 25.92 74.18 -
YUV 128.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 67 142 224 0.70 0.37 0 0.12 211.34 0.72 0.57
Hex 43 8E E0 46 25 0 C D3 48 39
Octal 103 216 340 106 45 0 14 323 110 71
Binary 1000011 10001110 11100000 1000110 100101 0 1100 11010011 1001000 111001

Color Harmonies of #438EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EE0

Black with #438EE0

Text Example


Text Example

White with #438EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438EE0; }

 p { color: rgb(67,142,224); }

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

background-color css

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

 a { background-color: rgb(67,142,224); }

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

border-color css

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

 span { border-color: rgb(67,142,224); }

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