Html Css Color HEX #438EE1 Picton Blue

📋 copy color: '#438EE1'

red 67 ◦ green 142 ◦ blue 225

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

Shades of Picton Blue #438EE1

Tints of Picton Blue #438EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 15.44%
G = 32.72%
B = 51.84%

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

#438EE1 (or 0x438EE1) is known color: Picton Blue. HEX triplet: 43, 8E and E1. RGB value is (67,142,225). Sum of RGB (Red+Green+Blue) = 67+142+225=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #438EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EE1 is #BC711E. Grayscale: #808080. Windows color (decimal): -12349727 or 14782019. OLE color: 14782019.

HSL color Cylindrical-coordinate representation of color #438EE1: hue angle of 211.52º 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 #438EE1 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 142 225 -
CMYK 0.70 0.37 0 0.12
HSL 211.52º 0.72% 0.57% -
HSV(B) 211.52º 0.7% 0.88% -
XYZ 25.58 25.98 74.9 -
YUV 129.04 182.15 83.75 -
System Red Green Blue C M Y K H S L
Decimal 67 142 225 0.70 0.37 0 0.12 211.52 0.72 0.57
Hex 43 8E E1 46 25 0 C D4 48 39
Octal 103 216 341 106 45 0 14 324 110 71
Binary 1000011 10001110 11100001 1000110 100101 0 1100 11010100 1001000 111001

Color Harmonies of #438EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EE1

Black with #438EE1

Text Example


Text Example

White with #438EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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